Follow these simple steps to upgrade to the latest version of Ubuntu 24.10. This guide also applies to other supported Debian-based distributions.
Before starting the upgrade, ensure that you backup all your important data.
Open a terminal and run the following commands to update the current packages:
sudo apt update && sudo apt upgrade -y
This ensures that all your current packages are up-to-date before proceeding with the upgrade.
Run the following command to initiate the upgrade:
sudo do-release-upgrade
This command checks for a new release and guides you through the upgrade process.
After the upgrade completes, restart your system and verify the new version with:
lsb_release -a
This command displays your current Ubuntu version.
If you prefer using a graphical interface, you can upgrade through the 'Software Updater' in your system settings. Open 'Software Updater' and follow the on-screen instructions to complete the upgrade.
If you encounter any issues during the upgrade process, check the official Ubuntu Help page for detailed troubleshooting steps.