Radeon
repo.radeon.com › rocm › apt
Index of /rocm/apt/
For information on available ROCm releases, please refer to the ROCm Release Notes
Index of /rocm/
For information on available ROCm ... to the ROCm Release Notes · For information on available Radeon Software for Linux releases, please refer to Linux® Drivers for AMD Radeon™ and Radeon PRO™ Graphics. ../ apt/ 28-May-2026 16:35 - archive/ 17-Jun-2020 20:29 - azurelinux3/ 28-May-2026 16:35 - centos8/ 24-May-2023 05:12 - composable_kernel/ ...
Index of /rocm/apt/6.4/
For information on available Radeon Software for Linux releases, please refer to Linux® Drivers for AMD Radeon™ and Radeon PRO™ Graphics
Index of /rocm/apt/debian/
For information on available Radeon Software for Linux releases, please refer to Linux® Drivers for AMD Radeon™ and Radeon PRO™ Graphics
Index of /rocm/apt/latest/pool/main/r/rocm-dev/
For information on available Radeon Software for Linux releases, please refer to Linux® Drivers for AMD Radeon™ and Radeon PRO™ Graphics
AMD ROCm
rocm.docs.amd.com › projects › install-on-linux › en › latest › install › quick-start.html
Quick start installation guide — ROCm installation (Linux)
wget https://repo.radeon.com/amdgpu-install/7.2.4/ubuntu/jammy/amdgpu-install_7.2.4.70204-1_all.deb sudo apt install ./amdgpu-install_7.2.4.70204-1_all.deb sudo apt update Red Hat Enterprise Linux · 10.1 · Before installing ROCm on RHEL, register and update your Enterprise Linux.
Radeon
repo.radeon.com › rocm › apt › latest
Index of /rocm/apt/latest/
For information on available ROCm releases, please refer to the ROCm Release Notes
Radeon
repo.radeon.com › rocm › apt › 7.1.1
Index of /rocm/apt/7.1.1/
For information on available ROCm releases, please refer to the ROCm Release Notes
Radeon
repo.radeon.com › rocm › apt › 6.1
Index of /rocm/apt/6.1/
For information on available ROCm releases, please refer to the ROCm Release Notes
Radeon
repo.radeon.com › rocm › apt › 7.0
Index of /rocm/apt/7.0/
For information on available ROCm releases, please refer to the ROCm Release Notes
AMD ROCm
rocm.docs.amd.com › projects › radeon-ryzen › en › latest › docs › install › installrad › native_linux › install-radeon.html
Install Radeon software for Linux with ROCm — Use ROCm on Radeon and Ryzen
Enter the following commands to install the installer script for Ubuntu version 24.04. sudo apt update wget https://repo.radeon.com/amdgpu-install/7.2.1/ubuntu/noble/amdgpu-install_7.2.1.70201-1_all.deb sudo apt install ./amdgpu-install_7.2.1.70201-1_all.deb Ubuntu 22.04
AMD GPUOpen
gpuopen.com › learn › amd-lab-notes › amd-lab-notes-rocm-installation-readme
AMD ROCm™ installation - AMD GPUOpen
The script name and download location can be different for each combination of O/S and ROCm so check the How to Install page for your specific combination. We are using Ubuntu 22.04 and installing ROCm 5.7.1 and find that the script is named amdgpu-install_5.7.50701-1_all. Terminal window · sudo apt update · wget https://repo.radeon.com/amdgpu-install/5.7.1/ubuntu/jammy/amdgpu-install_5.7.50701-1_all.deb ·
System76 Support
support.system76.com › articles › rocm
Install ROCm - System76 Support
January 30, 2026 - In order to use HIP and OpenCL, ROCm (the Radeon Open Compute modules) must be installed. The ROCm package interfaces with the AMDGPU driver built into the default Pop!_OS kernel, and does not require installing any DKMS packages. The below instructions correspond with the necessary steps from AMD's installation documentation for Ubuntu. First, add AMD's official ROCm repository to the system and set the appropriate apt pin priority using the below commands: wget https://repo.radeon.com/rocm/rocm.gpg.key -qO - | gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/latest $(lsb_release -cs 2>/dev/null) main" | sudo tee --append /etc/apt/sources.list.d/rocm.list echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' | sudo tee /etc/apt/preferences.d/rocm-pin-600
Radeon
repo.radeon.com › rocm › apt › debian › dists › jammy
Index of /rocm/apt/debian/dists/jammy/
April 30, 2026 - For information on available ROCm releases, please refer to the ROCm Release Notes
Radeon
repo.radeon.com › rocm › apt › 6.3
Index of /rocm/apt/6.3/
December 4, 2024 - For information on available ROCm releases, please refer to the ROCm Release Notes
AMD ROCm
rocm.docs.amd.com › projects › radeon-ryzen › en › latest › docs › install › installryz › native_linux › install-package-manager.html
Install Package Manager — Use ROCm on Radeon and Ryzen
sudo tee /etc/apt/sources.list.d/rocm.list << EOF deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/7.2/ noble main EOF sudo tee /etc/apt/preferences.d/rocm-pin-600 << EOF Package: * Pin: release o=repo.radeon.com Pin-Priority: 600 EOF sudo apt update ·
AMD ROCm
rocm.docs.amd.com › projects › install-on-linux › en › docs-6.1.0 › how-to › native-install › ubuntu.html
Ubuntu native installation — ROCm installation (Linux)
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/6.1 focal main" \ | sudo tee --append /etc/apt/sources.list.d/rocm.list echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' \ | sudo tee /etc/apt/preferences.d/rocm-pin-600 sudo apt update
ROCm Blogs
rocm.blogs.amd.com › software-tools-optimization › rocm-installation › README.html
AMD ROCm™ installation
January 26, 2023 - The steps below will install ROCm 5.4 with a custom version of the apt-get commands. Determine the location of the ROCm software to install and HIP and the related ROCm software: export ROCM_REPO_BASEURL="https://repo.radeon.com/rocm/apt/5.7.1/" export ROCM_REPO_COMP="ubuntu" export ROCM_REPO_BUILD="main" echo "deb [arch=amd64 trusted=yes] ${ROCM_REPO_BASEURL} ${ROCM_REPO_COMP} ${ROCM_REPO_BUILD}" > /etc/apt/sources.list.d/rocm.list sudo apt-get update DEBIAN_FRONTEND=noninteractive apt-get install -y \ libdrm-amdgpu* \ initramfs-tools \ libtinfo* \ initramfs-tools \ rocm-llvm \ rocm-hip-runtime \ rocm-hip-sdk \ roctracer-dev