How to Upgrade to the Latest LTS Version of Linux Ubuntu Server?
· One min read
Learn how to easily upgrade your Linux Ubuntu Server to the latest LTS version with a single command. Upgrade to Ubuntu 25.x and enjoy the latest features and security updates.
To upgrade from Ubuntu any old LTS to Ubuntu latest LTS (when it becomes available), use the following command:
sudo do-release-upgrade
Follow the on-screen prompts. The system will automatically detect if a new version is available (like 25.x) and guide you through the upgrade process.
warning
It’s recommended to backup your data before upgrading.