Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Linux Distributions»Ubuntu»How To Upgrade Ubuntu To 22.04 LTS (Jammy Jellyfish)

    How To Upgrade Ubuntu To 22.04 LTS (Jammy Jellyfish)

    RahulBy RahulApril 22, 20142 Mins ReadUpdated:May 5, 2022

    Ubuntu 22.04 LTS (Jammy Jellyfish) has been released on Apr 21, 2022. This version will be supported till 2027.

    Whome to Upgrade? The Ubuntu desktop and development users can upgrade to the Ubuntu 22.04 LTS immediately. But the Ubuntu server users, especially the production server recommended waiting for a few months before upgrading to Ubuntu 22.04 LTS Jammy Jellyfish.

    Prerequsities

    • You must have sudo privileges or root account access
    • You must have running Ubuntu 21.10 or Ubuntu 20.04 LTS version
    • It’s a good idea to take a backup of important data before upgrading. Keep the backup on a remote location or cloud store.

    Step by Step Upgrade Ubuntu To 22.04 LTS

    Follow the step by step tutorial to upgrade Ubuntu to 22.04 LTS Jammy Jellyfish.

    1. First of all, make sure all the current packages are up to date. You can upgrade all current packages with the following commands:
      sudo apt update 
      sudo apt upgrade 
      sudo apt dist-upgrade 
      
    2. Now, clean your system from unnecessory packages and cache.
      sudo apt autoremove 
      sudo apt clean 
      sudo apt autoclean 
      
    3. Now install the update-manager-core package on your system.
      sudo apt install update-manager-core 
      
    4. After that edit /etc/update-manager/release-upgrades file
      sudo vi /etc/update-manager/release-upgrades 
      

      Make sure Prompt value is set to lts like below. This insures to search for the available LTS version. It will not show for any non LTS release.

       Prompt=lts
      

      Save the file and close the editor.

    5. Finally, Your system is ready to upgrade. Just execute the below command to upgrade your Ubuntu 20.04 LTS to Ubuntu 22.04 LTS Jammy Jellyfish.
      sudo do-release-upgrade -d 
      

      Follow the on-screen instructions to complete the upgrade process.

      Upgrading Ubuntu to 22.04 LTS
      Press ‘y’ to continue Ubuntu upgrade

      This process may take some time according to your network speed and system performance.

    6. Once the upgrade is successfully finished, the wizard will reboot your system after your confirmation. After reboot, connect your system and check Ubuntu distribution details.

      Upgrading Ubuntu to 22.04 LTS
      Ubuntu details after upgrading to Ubuntu 22.04 LTS Jammy Jellyfish

    Congratulations, You have successfully upgraded your Ubuntu system to Ubuntu 22.04 LTS release. Now, you have to enjoy the features of the most modern Linux operating system.

    Trusty Tahr Ubuntu update
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Install Lighttpd with PHP and MariaDB on CentOS/RHEL 6/5
    Next Article How to enable EPEL Yum Repo on CentOS 8/7/6

    Related Posts

    Changing the Login Screen Background in Ubuntu 22.04 & 20.04

    Updated:May 9, 20222 Mins Read

    (Resolved) Please install all available updates for your release before upgrading

    2 Mins Read

    How to Install LightDM Display Manager on Ubuntu

    Updated:May 10, 20222 Mins Read

    Change Screen Resolution of An Ubuntu VM in Hyper-V

    Updated:May 2, 20222 Mins Read

    How to Check IPv4 Address on Ubuntu 22.04

    2 Mins Read

    How to Configure Static IP Address on Ubuntu 22.04

    Updated:May 4, 20223 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Enable / disable Firewall in Windows
    • How to Install JAVA on Ubuntu 22.04
    • Switching Display Manager in Ubuntu – GDM, LightDM & SDDM
    • Changing the Login Screen Background in Ubuntu 22.04 & 20.04
    • How To Install PHP (8.1, 7.4 or 5.6) on Ubuntu 22.04
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.