Visible to Intel only — GUID: GUID-8220B522-85DA-4964-87D3-50CA72BCD882
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® C++ Essentials package with the following command:
sudo zypper install intel-cpp-essentials
For the next steps, refer to Get Started with Intel® oneAPI Toolkits.
Upgrade Toolkit
You can upgrade the toolkit package to the latest version using the following instructions:
sudo zypper upgrade intel-cpp-essentials