Ubuntu 26.04.1 LTS Released: 24.04 LTS Users Can Now Upgrade

Ubuntu

Ubuntu

Track EOL dates for all Ubuntu versions.

View all versions →
Key Takeaways
  • Ubuntu 26.04 LTS, codenamed "Resolute Raccoon", was released on April 23, 2026.
  • Ubuntu 26.04.1 LTS enables upgrades from Ubuntu 24.04 LTS systems.
  • Canonical is delaying the automatic upgrade via Update Manager to backport fixes for known rust-coreutils regressions.

Ubuntu 26.04.1 LTS was released on August 27, 2026 as the first point release in the 26.04 LTS series. Ubuntu 24.04 LTS users can now make the jump to 26.04 LTS. But there is something you should know before you run the upgrade.

Automatic upgrade offers are delayed

Canonical is not immediately pushing 26.04.1 to 24.04 LTS users through Update Manager. The automatic upgrade is delayed by a couple of weeks while Canonical backports fixes for regressions found in a recent version of rust-coreutils. If you upgrade manually before the fixes land, you may hit the same regression issues.

What's in Ubuntu 26.04.1 LTS

This point release includes security updates and high-severity bug fixes published since the initial Ubuntu 26.04 LTS release in April 2026. It also updates the installation media for all official flavors – Kubuntu, Ubuntu Budgie, Lubuntu, Ubuntu Kylin, Ubuntu Studio, Xubuntu, Edubuntu, and Ubuntu Cinnamon – so new installs don't need to pull down five months of updates separately.

If you already run 26.04 LTS and keep your system updated, 26.04.1 changes nothing for you. The same packages are already on your system. However, if you're on 24.04 LTS, it opens your upgrade path to 26.04 LTS.

Ubuntu LTS Upgrades

LTS-to-LTS upgrades have always opened only after the first point release of the new LTS. For example, Ubuntu 22.04 LTS only became upgradable to 24.04 LTS after 24.04.1 shipped, and the same pattern has held for every LTS cycle.

The rust-coreutils Regression

Ubuntu 25.10 and 26.04 introduced Rust-based reimplementations of core system utilities (coreutils) as part of a broader push toward memory-safe system tooling. A regression in a recent version of rust-coreutils was significant enough that Canonical chose to delay the automatic upgrade rollout rather than ship it broadly and patch afterward.

What is rust-coreutils?

coreutils are the basic file, shell, and text manipulation utilities (ls, cp, cat, rm, and similar) that nearly every script and system process depends on. Ubuntu has been migrating these to Rust-based implementations for improved memory safety.

Until those backports land in the automatic upgrade channel, proceed with awareness rather than urgency.

Should You Upgrade Now or Wait?

You can manually trigger the upgrade immediately with:

sudo do-release-upgrade -d

The -d flag exists so users can evaluate the LTS upgrade early, on a subset of machines, before Canonical rolls it out broadly through the automatic upgrade. It is not recommended for production environments. Using it on a non-critical system and reporting any issues you hit is a reasonable way to test it early.

A practical way to decide

If the system is a personal desktop or a low-stakes test environment, upgrading now is low risk. If it is a production server, a fleet of managed machines, or anything where an unexpected regression means an incident ticket, waiting for the official announcements is the safer choice.

Ubuntu 26.04 LTS Support Timeline

Component Support Period End of Life
Ubuntu Desktop, Server, Cloud, Core 5 years standard May 2031
Official flavors (Kubuntu, Xubuntu, etc.) 3 years May 2029
Extended security coverage Additional years via ESM Requires Ubuntu Pro

How to Upgrade from Ubuntu 24.04 LTS

If you decide to proceed now rather than wait for the automatic upgrade:

sudo apt update && sudo apt upgrade
sudo do-release-upgrade -d

Run this command to verify the version after upgrading:

lsb_release -a

References

Tagged: Releases lts point-release resolute-raccoon ubuntu upgrade