php editor Apple has brought you a graphic tutorial, detailing how to upgrade Ubuntu 20.04 to Ubuntu 22.04. Through this tutorial, you will learn what you need to pay attention to during the upgrade process, as well as step-by-step detailed operation guidelines. By following this tutorial, you can easily and smoothly upgrade your Ubuntu system and experience more new features and improvements. Let’s take a look!
$ sudo apt update && sudo apt upgrade -y
After the upgrade is completed, restart the system
reboot
After the restart is successful, check the current version of the system
$ lsb_release -a
The latest version should be 20.04.6, as shown in the picture below.
Execute the following command to start the upgrade
$ sudo do-release-upgrade -d
Just yes or confirm all the way. Here are some operations in the process.
All current Ubuntu 20.04 source list files will be overwritten by Ubuntu 22.04 jammy source list files.
Starting with Ubuntu 22.04, Firefox will only be available to Ubuntu users through snap packages. Upgrades to Firefox will automatically transition to snaps. If you have a running instance of Firefox, close it and select the OK option to convert Firefox to a snap package.
During this process, you will be prompted to delete or purge old packages that are a byproduct of the upgrade process. Press y and enter to continue.
The restart will take a little longer than usual, so be patient. Finally, the login screen will appear as shown in Figure
Check the system version, you can see that it has been upgraded to version 22.04
The above is the detailed content of Graphic tutorial for upgrading Ubuntu 20.04 to Ubuntu 22.04. For more information, please follow other related articles on the PHP Chinese website!