APT Repository
The Codeplay® APT repository can be used to install a wide variety of software on Debian based Linux distributions.
Supported Packages
We currently support the following packages that can be installed via APT:
- oneapi-amd-5.4.3
- oneapi-amd-4.5.2
- oneapi-nvidia-12.0
Setup
You only need to perform the below setup steps ONCE. If you have already setup the Intel® and
Codeplay® repositories, please skip to the install packages section.
Before you can install our packages via APT, you must first add a few repositories and signing keys to your platform. To do this, please follow the steps provided below.
Step 1) Add Intel®'s package signing key and APT repository:sudo 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 && 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.list
Step 2) Add Codeplay's package signing key and APT repository:
sudo wget -qO - https://developer.codeplay.com/apt/public.key | gpg --dearmor | sudo tee /usr/share/keyrings/codeplay-keyring.gpg > /dev/null && echo "deb [signed-by=/usr/share/keyrings/codeplay-keyring.gpg] https://developer.codeplay.com/apt all main" | sudo tee /etc/apt/sources.list.d/codeplay.list
Step 3) Update host apt repository:
sudo apt update
Install Packages
You can now install packages using the below command:
sudo apt install oneapi-amd-5.4.3
Please click here to view our currently supported APT packages.
Support
If you require any support, please click here to get in contact with our team.