2026.0
Intel® oneAPI Toolkits Installation Guide for Linux* OS
Install with YUM/DNF
Install the Intel® oneAPI Toolkit using the package managers, YUM or DNF.
Pre-Installation
Check the System Requirements to make sure that your OS is supported.
Identify your OS version with this command:
more /etc/redhat-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 YUM/DNF access the repository servers using HTTPS protocol.
Set up the repository:
Create the YUM or DNF repo file in the /temp directory as a normal user:
tee > /tmp/oneAPI.repo << EOF [oneAPI] name=Intel® oneAPI repository baseurl=https://yum.repos.intel.com/oneapi enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB EOFMove the newly created oneAPI.repo file to the YUM/DNF configuration directory /etc/yum.repos.d:
sudo mv /tmp/oneAPI.repo /etc/yum.repos.d
Install
Install the Intel® oneAPI Toolkit package with the following command:
YUM:
sudo yum install intel-oneapi-toolkit
DNF:
sudo dnf install intel-oneapi-toolkit
Upgrade
You can upgrade the toolkit package to the latest version using the following command:
YUM:
sudo yum upgrade intel-oneapi-toolkit
DNF:
sudo dnf upgrade intel-oneapi-toolkit