How To Upgrade Ubuntu To 22.04 LTS Jammy Jellyfish

Ubuntu 22.04 LTS Jammy Jellyfish was released on April 21, 2022. Users of Ubuntu 20.04 and Ubuntu 21.10 are able to upgrade to the latest release right now, and are recommended to do so in order to receive the latest features offered by Ubuntu. Ubuntu 22.04 will be supported with security patches and other updates for the next few years.

In this tutorial, we will cover the step by step instructions to upgrade your Ubuntu system to version 22.04 Jammy Jellyfish, which is the latest long term support release. Are you ready to enjoy all the new features of Ubuntu 22.04 Jammy Jellyfish? Follow our step by step instructions below and you will be upgraded to the new version of Ubuntu in no time.

In this tutorial you will learn:

  • How to fully update and upgrade your current Ubuntu system
  • How to upgrade Ubuntu to 22.04 LTS Jammy Jellyfish
How To Upgrade Ubuntu To 22.04 LTS Jammy Jellyfish
How To Upgrade Ubuntu To 22.04 LTS Jammy Jellyfish
Software Requirements and Linux Command Line Conventions
Category Requirements, Conventions or Software Version Used
System Ubuntu 20.04 or Ubuntu 21.10
Software N/A
Other Privileged access to your Linux system as root or via the sudo command.
Conventions # – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command
$ – requires given linux commands to be executed as a regular non-privileged user

How To Upgrade Ubuntu To 22.04 Jammy Jellyfish step by step instructions



NOTE
If you do not already have a version of Ubuntu installed, you can download Ubuntu 22.04 and install a fresh copy of the operating system on your computer or virtual machine.
  1. First, make sure your current Ubuntu Linux system is up to date. This will help to ensure that the difference between packages is as small as possible. It also will be the way that Canonical has most likely tested the upgrade themselves, so it’s least likely to encounter bugs. Execute the below commands:
    $ sudo apt update 
    $ sudo apt upgrade
    $ sudo apt dist-upgrade
    
  2. Next, you should remove all no longer required packages from your system:
    $ sudo apt autoremove
    
  3. Next, install the update-manager-core package with apt.
    $ sudo apt install update-manager-core
    
  4. When that finishes, run the Ubuntu upgrade utility.
    $ sudo do-release-upgrade 
    

    Upgrade prompt after running the do-release-upgrade command
    Upgrade prompt after running the do-release-upgrade command
  5. You will be asked if you’re sure that you want to upgrade. After reading the text in your terminal, type y and press enter to begin the upgrade to Ubuntu 22.04 Jammy Jellyfish.
  6. The upgrade summary should appear in your terminal. Once again, you will be required to type y and press enter in order to agree to the upgrade.

    Viewing upgrade details and proceeding with installation of Ubuntu 22.04 Jammy Jellyfish
    Viewing upgrade details and proceeding with installation of Ubuntu 22.04 Jammy Jellyfish
  7. Once the upgrade is done, you’ll be asked to reboot the system. Once again, type y and press enter. When Ubuntu boots up again, the upgrade process will be complete.


    Checking Ubuntu version shows 22.04 Jammy Jellyfish
    Checking Ubuntu version shows 22.04 Jammy Jellyfish
NOTE
The default wallpaper needs to be changed manually ( if available ). Simply right click on your desktop and hit the Change Background button.

This concludes the update procedure. Enjoy your new Ubuntu 22.04 LTS Jammy Jellyfish system.

Upgrade via GUI

Another option you have is to upgrade from your desktop environment, which will make it unnecessary to interact with the command line except for one brief command. To upgrade to Ubuntu 22.04 via GUI, follow the step by step instructions below.

  1. Open your terminal and execute the following command to launch the GUI upgrader.
    $ sudo do-release-upgrade -f DistUpgradeViewGtk3
    
  2. Click ‘Upgrade’ to proceed with the install of Ubuntu 22.04 Jammy Jellyfish.

    Click upgrade
    Click upgrade
  3. Ubuntu will now perform the upgrade, and there is not much to do other than wait for this process to finish.

    Ubuntu upgrade process
    Ubuntu upgrade process
  4. You will get prompted one more time to make sure you are ready to perform the upgrade. Just click “Start Upgrade” and then get ready to wait while all the new packages are downloaded and installed.

    Proceeding with the Ubuntu 22.04 upgrade process
    Proceeding with the Ubuntu 22.04 upgrade process
  5. Ubuntu 22.04 will use Snap package manger to install Firefox and keep it up to date. You will be prompted during the installation process to confirm this new change.
    Confirm the installation of Firefox via Snap
    Confirm the installation of Firefox via Snap

    You may get one or more similar prompts throughout installation, so just take a peak at your screen every once in a while to see if you need to confirm any more changes.

  6. As the upgrade process finishes up, you will be prompted to remove the obsolete packages from your system.

    Remove obsolete packages
    Remove obsolete packages
  7. Finally, after the upgrade process is done, you will need to restart your system. When it boots back up, you will load into Ubuntu 22.04 and can enjoy your newly upgraded system!

    Reboot to load into Ubuntu 22.04
    Reboot to load into Ubuntu 22.04

Closing Thoughts

In this tutorial, you saw how to upgrade your current Ubuntu system to Ubuntu 22.04 Jammy Jellyfish Linux. Ubuntu 22.04 is the latest LTS (long term support) release and will continue to get free system updates until April 2027. Ubuntu 22.04 brings a lot of new features that the Linux community is very excited about, as well as better support for new and old technologies.