2026.0
Intel® oneAPI Toolkits Installation Guide for Linux* OS
Install with Zypper
Install the Intel® oneAPI Toolkit using the Zypper package manager.
Pre-Installation
Check the System Requirements to make sure that your OS is supported.
Identify your OS version with this command:
more /etc/lsb-releaseIf you plan to use an Intel GPU, install the Intel 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 oneAPIBy 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 Toolkit package with the following command:
sudo zypper install intel-oneapi-toolkit
Upgrade Toolkit
You can upgrade the toolkit package to the latest version using the following command:
sudo zypper upgrade intel-oneapi-toolkit