How to Upgrade from Ubuntu 25.10 to 26.04 LTS: A Step-by-Step Guide

Introduction

If you're still running Ubuntu 25.10, it's time to prepare for the jump to the latest long-term support release. Ubuntu 26.04 LTS, codenamed Resolute Raccoon, is now available for upgrades and brings a host of exciting features, including GNOME 50, Linux 7.0, new default applications, and improved developer tooling. With Ubuntu 25.10 support ending in July, upgrading ensures you stay secure and enjoy the latest enhancements. This guide walks you through the entire upgrade process, from backing up your system to verifying the installation, so you can make the transition smoothly.

How to Upgrade from Ubuntu 25.10 to 26.04 LTS: A Step-by-Step Guide
Source: www.omgubuntu.co.uk

What You Need

Step-by-Step Upgrade Guide

Step 1: Back Up Your Data

Before making any major system change, protecting your personal files and configurations is essential. Back up your home directory, important documents, and any custom configuration files (e.g., ~/.bashrc, ~/.config). You can use built-in tools like Deja Dup (Backups) or simply copy files to an external drive. Don't skip this step—while the upgrade process is reliable, unexpected power loss or disk errors can occur.

Tip: If you use Ubuntu Pro, ensure your subscription token is saved; you'll need it after upgrade.

Step 2: Update Your Current System

Ensure your Ubuntu 25.10 is fully updated. Open a terminal and run:

sudo apt update && sudo apt upgrade -y

This fetches the latest packages and fixes any known issues, reducing the chance of upgrade conflicts. After the upgrade, reboot if the kernel was updated:

sudo reboot

Step 3: Check System Readiness

Verify your Ubuntu version and ensure the upgrade tool is available. Run:

lsb_release -a

You should see Ubuntu 25.10. Also install the update-manager-core package if missing:

sudo apt install update-manager-core -y

Then, check that the release upgrade tool can access the 26.04 repositories. Edit the configuration file (optional):

sudo nano /etc/update-manager/release-upgrades

Set Prompt=normal (or lts for LTS-to-LTS, but here we want from 25.10 to 26.04). Save and close.

Step 4: Launch the Upgrade Process

Start the upgrade by running:

sudo do-release-upgrade

If the tool says no new release is found, ensure your internet is working and try with the -d flag (for development releases) only if 26.04 is still in early availability. In most cases, after the official announcement, do-release-upgrade will find the new version.

The process begins by fetching package lists and calculating dependencies. You'll see a summary of packages to be installed, removed, or upgraded. Review it carefully.

Step 5: Follow On-Screen Prompts

During the upgrade, you may be asked to:

The upgrade will download hundreds of packages (several gigabytes). Depending on your internet speed, this may take 20-40 minutes. Do not interrupt the process—let it complete.

Step 6: Reboot into Ubuntu 26.04 LTS

Once the upgrade finishes, the tool will ask you to reboot. Save all work and run:

How to Upgrade from Ubuntu 25.10 to 26.04 LTS: A Step-by-Step Guide
Source: www.omgubuntu.co.uk
sudo reboot

After restart, you should see the Ubuntu 26.04 LTS login screen. Log in with your usual credentials. The first boot may apply additional post-upgrade configurations.

Step 7: Verify the Upgrade

Confirm that you are now running Ubuntu 26.04 LTS:

lsb_release -a

You should see Ubuntu 26.04 LTS. Also check the GNOME version:

gnome-shell --version

It should report GNOME 50. Test new features like:

Step 8: Post-Upgrade Tasks

To clean up old packages and ensure stability:

sudo apt autoremove -y
sudo apt autoclean

If you use development tools like NVIDIA CUDA or AMD ROCm, you'll find they are now directly available in the Ubuntu archives—no need for third-party repositories. Install them via apt:

sudo apt install nvidia-cuda-toolkit   # for CUDA
sudo apt install rocm-libs              # for ROCm

Also, consider enabling Ubuntu Pro for ten years of security updates (free for personal use up to 5 machines). Go to Settings > Security Center and sign in with your Ubuntu One account.

Tips for a Smooth Upgrade

With Ubuntu 26.04 LTS, you get a robust, modern platform for work and play. Enjoy the new GNOME enhancements, improved security, and seamless developer experience!

Recommended

Discover More

Bridging AI and Human Insight: A Guide to Observability in the Age of Accelerated DevelopmentHow to Spot Insider Trading Patterns on PolymarketRare Triple-Planet Alignment Visible in May: Venus, Jupiter, and Mercury to Converge at DawnUnmasking 'UNKN': The Russian Ransomware Mastermind Behind REvil and GandCrabMastering the Dreame FP10: A Pet Owner's Guide to a Self-Cleaning Air Purifier