Visible to Intel only — GUID: GUID-B30DE468-FA09-44D6-98E9-B2F755011048
Zypper
Pre-installation Steps
Check the System Requirements to make sure that your OS is supported.
Use this command to identify your OS version:
more /etc/lsb-release
If you plan to use GPU, install the GPU drivers separately.
If you are on a company intranet or behind a firewall, set the http_proxy and https_proxy environment variables to allow Zypper access the repository servers using HTTPS protocol.
Set up the repository:
Add the Intel oneAPI repository public key with the following command:
sudo zypper addrepo https://yum.repos.intel.com/oneapi oneAPI
By adding this new repository, Zypper automatically imports the public repo key. For some cases rpm might require explicit key import by:
rpm --import https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
Install
Install the Intel® oneAPI Base Toolkit package with the following command:
sudo zypper install intel-oneapi-base-toolkit
For the next steps, refer to Get Started with Intel® oneAPI Base Toolkit.
Upgrade Toolkit
You can upgrade the toolkit package to the latest version using the following instructions:
sudo zypper upgrade intel-oneapi-base-toolkit