Ubuntu Adds AMD ROCm Support in 26.05 LTS

Canonical has packaged AMD ROCm directly into Ubuntu, shipping ROCm 7.1.0 in the Ubuntu 26.04 LTS archive so users can install AMD's GPU compute stack with sudo apt install rocm instead of AMD's standalone installer script. Updates and security patches then flow through normal apt upgrade, and applications can pull ROCm in as an automatic dependency. Canonical first announced the AMD collaboration in December 2025 and says it will refresh ROCm in every subsequent release, backed by up to 15 years of support under Ubuntu Pro. The shipped build, ROCm 7.1.0, is not the newest upstream version, a gap Canonical acknowledges and plans to close through Stable Release Updates starting with ROCm 7.2.
What changed
Canonical has packaged AMD ROCm, the open software stack for GPU-accelerated AI, machine learning, and HPC, directly into the Ubuntu archive. As of Ubuntu 26.04 LTS (Resolute Raccoon), released in April 2026, users can install the full stack with sudo apt install rocm, and developers can pull the libraries and headers with sudo apt install rocm-dev. The work follows a collaboration that Canonical and AMD first announced on December 9, 2025, with the stated goal of making ROCm available beginning in Ubuntu 26.04 LTS and refreshing it in every subsequent release.
How it works
Previously, users had to download AMD's amdgpu-install script, which fetched and compiled components locally and required a manual uninstall-and-reinstall to upgrade or patch. With ROCm in the archive, Canonical says applications can declare the specific ROCm libraries they need as dependencies and install them automatically, while routine sudo apt upgrade runs now manage ROCm updates and security patches. Canonical states that its internal CI/CD verifies version compatibility before release. ROCm targets AMD Instinct and Radeon GPUs, and the company highlights APU and NPU support through the Lemonade Server project on Ryzen AI Max and Max+ (Strix Point and Strix Halo) systems. With the stack in place, Canonical says a growing set of tools, including llama.cpp, ComfyUI, and OpenWebUI, can run on AMD hardware out of the box.
Versions and the freshness gap
The release integrates ROCm 7.1.0, which Canonical describes as the most recent version available when packaging began. The company is candid that 7.1.0 is not the latest upstream build, citing the considerable work of preparing a wide range of new packages. Independent coverage from Phoronix made the same point bluntly, noting that Ubuntu's apt install rocm is months out of date. Canonical frames 7.1.0 as a stable foundation for the LTS and says future updates will arrive faster as its packaging aligns with the Debian community.
Why it matters
For years, NVIDIA's CUDA has had a smoother install story on Linux than AMD's ROCm. Folding ROCm into Ubuntu's package manager, using the same apt workflow developers already know, removes a long-standing friction point for AMD adopters. As a general industry pattern, distribution-level packaging tends to accelerate developer uptake because it eliminates manual setup and ties updates to the operating system lifecycle. Canonical also plans to submit the packages to Debian, which could widen availability beyond Ubuntu. None of this changes raw GPU performance; it addresses the deployment and maintenance experience rather than the silicon.
What's next
Canonical says an in-place upgrade to ROCm 7.2.x is already underway through Stable Release Updates, with later evaluation of ROCm 7.13 and beyond and the major ROCm 8 restructuring known as The Rock. The company cautions that ABI changes in fast-moving AI libraries can complicate in-place upgrades, so the path past the current 7.x series is not yet guaranteed. AMD's Andrej Zdravkovic and Canonical's Cindy Goldberg both framed the packaging effort as easing enterprise deployment of AMD hardware. Ubuntu LTS users can receive up to 15 years of ROCm support under Ubuntu Pro, whose personal subscription tier is free.
Key Points
- 1WHAT: Ubuntu 26.04 LTS now ships AMD ROCm 7.1.0 in its archive, installable via sudo apt install rocm rather than AMD's manual installer.
- 2WHY: Native packaging lets ROCm act as an automatic dependency and pulls updates through apt upgrade, easing production deployment on AMD GPUs.
- 3SO WHAT: It strengthens AMD's CUDA-rival ecosystem on the most common Linux distro, though the shipped 7.1.0 already trails the latest upstream release.
Scoring Rationale
Inclusion of AMD ROCm in an Ubuntu LTS release is a notable infrastructure update for developers, affecting tooling and platform support without being a major industry-shaking event.
Sources
Public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems

