In this article i will show you how to upgrade ubuntu new version.
Major Features in new update
- GNOME has been updated to include new features and fixes from GNOME 41 and GNOME 42
- Linux kernel v5.15.0-25
Installation Steps
First, make sure your current Ubuntu Linux system is up to date. Execute the below commands
sudo apt update && sudo apt upgrade
Next, you should remove all no longer required packages from your system
sudo apt autoremove
Next, install the update-manager-core
package with apt.
sudo apt install update-manager-core
Next, Run the below command to allow third party ppa
sudo do-release-upgrade -d --allow-third-party
When that finishes, run the Ubuntu upgrade utility.
sudo do-release-upgrade -d