2026.0
Intel® oneAPI Toolkits Installation Guide for Linux* OS
Install with APT
Install Intel® Deep Learning Essentials using the APT 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 APT access the repository servers using HTTPS protocol.
Set up the repository:
# download the key to system keyring wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \ | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null # add signed entry to apt sources and configure the APT client to use Intel repository: echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.listUpdate the packages list and repository index:
sudo apt update
Install
Install the Intel® Deep Learning Essentials package with the following command:
sudo apt install install-intel-deep-learning-essentials
To allow long-running GPU kernels in native environments, disable the GPU hangcheck by entering the following command to the Linux kernel boot parameters in GRUB_CMDLINE_LINUX_DEFAULT: i915.enable_hangcheck=0