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/
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 › 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.2
Index of /rocm/apt/6.2/
August 1, 2024 - 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 ·
Radeon
repo.radeon.com › rocm › apt › 7.1
Index of /rocm/apt/7.1/
October 29, 2025 - For information on available ROCm releases, please refer to the ROCm Release Notes
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
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
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
Radeon
repo.radeon.com › rocm › manylinux
Index of /rocm/manylinux/
../ rocm-rel-3.10/ 23-Feb-2021 19:32 - rocm-rel-4.0.0/ 23-Feb-2021 19:35 - rocm-rel-4.0.1/ 23-Feb-2021 19:38 - rocm-rel-4.1/ 04-May-2021 20:11 - rocm-rel-4.2/ 11-May-2021 21:52 - rocm-rel-4.5.2/ 04-Mar-2022 17:50 - rocm-rel-5.0.1/ 06-Apr-2022 16:02 - rocm-rel-5.1.1/ 21-Sep-2023 16:58 - rocm-rel-5.1.3/ 22-Jun-2022 23:41 - rocm-rel-5.2/ 21-Sep-2023 16:57 - rocm-rel-5.2.3/ 18-Nov-2022 22:18 - rocm-rel-5.3/ 21-Sep-2023 16:56 - rocm-rel-5.3.2/ 09-Feb-2023 19:28 - rocm-rel-5.4/ 21-Sep-2023 16:55 - rocm-rel-5.4.1/ 19-Dec-2022 22:07 - rocm-rel-5.5/ 21-Sep-2023 16:54 - rocm-rel-5.5.1/ 24-May-2023 19:48