{"id":12311,"date":"2022-04-19T10:20:37","date_gmt":"2022-04-19T07:20:37","guid":{"rendered":"https:\/\/kifarunix.com\/?p=12311"},"modified":"2024-02-22T22:48:07","modified_gmt":"2024-02-22T19:48:07","slug":"easy-way-to-upgrade-ubuntu-20-04-to-ubuntu-22-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/easy-way-to-upgrade-ubuntu-20-04-to-ubuntu-22-04\/","title":{"rendered":"Easy Way to Upgrade Ubuntu 20.04 to Ubuntu 22.04"},"content":{"rendered":"\n<p>For an easy way to upgrade Ubuntu 20.04 to Ubuntu 22.04, follow through this guide. Well, Ubuntu 22.04, code-named <strong>Jammy Jellyfish<\/strong> is now available for testing with official version being likely to be released on April 2020, based on the\u00a0<a href=\"https:\/\/ubuntu.com\/about\/release-cycle\" target=\"_blank\" rel=\"noreferrer noopener\">Ubuntu release cycles<\/a>\u00a0trend.<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li><a href=\"#upgrade-ubuntu-20-04-to-ubuntu-22-04\">Upgrade Ubuntu 20.04 to Ubuntu 22.04<\/a><ul><li><a href=\"#run-system-update\">Run system Update<\/a><\/li><li><a href=\"#upgrade-ubuntu-20-04-to-ubuntu-22-04-1\">Upgrade Ubuntu 20.04 to Ubuntu 22.04<\/a><\/li><li><a href=\"#other-tutorials\">Other Tutorials;<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"upgrade-ubuntu-20-04-to-ubuntu-22-04\">Upgrade Ubuntu 20.04 to Ubuntu 22.04<\/h2>\n\n\n\n<p><strong>Disclaimer:<\/strong>&nbsp;Note that this guide is meant for testing purposes and not production environments and hence we cannot be held liable for whatever damage the processes described here may cause to your system.<\/p>\n\n\n\n<p>Before you run system upgrade to the next major release version, ensure that you&nbsp;<strong>take a backup of the current system<\/strong>&nbsp;to enable you to revert back just in case things go south. The backup processes is beyond the scope of this guide.<\/p>\n\n\n\n<p>I am currently running Ubuntu 20.04.1 release;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>lsb_release -a<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>No LSB modules are available.\nDistributor ID:\tUbuntu\nDescription:\tUbuntu 20.04.1 LTS\nRelease:\t20.04\nCodename:\tfocal\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"run-system-update\">Run system Update<\/h3>\n\n\n\n<p>Begin by updating and upgrading your Ubuntu 20.04 system packages to their latest versions.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update<\/code><\/pre>\n\n\n\n<p>Before you proceed, <strong>ENSURE<\/strong> you have enough disk space available.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt upgrade<\/code><\/pre>\n\n\n\n<p>You can as well run system full upgrade.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt full-upgrade<\/code><\/pre>\n\n\n\n<p>According to&nbsp;<code>man 8 apt<\/code>,&nbsp;<code><strong>full-upgrade<\/strong><\/code>&nbsp;performs the function of upgrade but will remove currently installed packages if this is needed to upgrade the system as a whole.<\/p>\n\n\n\n<p>Remove the packages that are no longer required.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt autoremove<\/code><\/pre>\n\n\n\n<p>Reboot the system once the upgrade completes.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl reboot<\/code><\/pre>\n\n\n\n<p>After reboot, you can see that it has been upgraded from 20.04.1 to 20.04.4;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>lsb_release -a<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>No LSB modules are available.\nDistributor ID:\tUbuntu\nDescription:\tUbuntu 20.04.4 LTS\nRelease:\t20.04\nCodename:\tfocal\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"upgrade-ubuntu-20-04-to-ubuntu-22-04-1\">Upgrade Ubuntu 20.04 to Ubuntu 22.04<\/h3>\n\n\n\n<p>You can now proceed to upgrade Ubuntu 20.04 to Ubuntu 22.04.<\/p>\n\n\n\n<p>Ubuntu ships with a command utility called,&nbsp;<code>do-release-upgrade<\/code>, which is used upgrade Ubuntu operating system to latest release. This utility is installed by default. If not installed, for some reasons, you can simply install&nbsp;<code>update-manager-core<\/code>&nbsp;which provides it by running;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install update-manager-core<\/code><\/pre>\n\n\n\n<p>You can then run system upgrade to the new release version by simply executing;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>do-release-upgrade<\/code><\/pre>\n\n\n\n<p>This utility supports a number of command line options. Check,&nbsp;<code>do-release-upgrade -h<\/code>.<\/p>\n\n\n\n<p>For example, if you are on Ubuntu 20.04 desktop versions, you can run desktop upgrade to the new release by executing;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo do-release-upgrade -m desktop<\/code><\/pre>\n\n\n\n<p>To run regular upgrades for the server versions;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo do-release-upgrade -m server<\/code><\/pre>\n\n\n\n<p><strong>NOTE:<\/strong> The&nbsp;<code>do-release-upgrade<\/code>&nbsp;command usually works only after the release of first point release of a major LTS release.<\/p>\n\n\n\n<p><strong>For this case, this command will only work after the availability of Ubuntu 22.04.1<\/strong>.<\/p>\n\n\n\n<p>Well, if you get the output;<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>Checking for a new Ubuntu release\nThere is no development version of an LTS available.\nTo upgrade to the latest non-LTS development release \nset Prompt=normal in \/etc\/update-manager\/release-upgrades.\n<\/code><\/pre>\n\n\n\n<p>then it is because&nbsp;<strong>Ubuntu 22.04.1<\/strong>&nbsp;is not available yet.<\/p>\n\n\n\n<p>As such, since we are dealing with the test releases, you can simply upgrade your Ubuntu 20.04 system to the development release version of Ubuntu 22.04. Pass the&nbsp;<code>-d<\/code>&nbsp;or&nbsp;<code>--devel-release<\/code>&nbsp;option to&nbsp;<code>do-release-upgrade<\/code>&nbsp;command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo do-release-upgrade -m desktop -d<\/code><\/pre>\n\n\n\n<p>The system upgrade to the development release of Ubuntu 22.04 will start immediately you type the command above and press ENTER.<\/p>\n\n\n\n<p>If you are doing the upgrade via SSH, an export ssh service will be opened on port 1022, this is just in case things go south and want to re-login to fix them.<\/p>\n\n\n\n<p><strong>NOTE<\/strong> it is not recommended to do the upgrade via SSH!<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>\nChecking for a new Ubuntu release\nGet:1 Upgrade tool signature [819 B]                                                                                                                                       \nGet:2 Upgrade tool [1,261 kB]                                                                                                                                              \nFetched 1,262 kB in 0s (0 B\/s)                                                                                                                                             \nauthenticate 'jammy.tar.gz' against 'jammy.tar.gz.gpg' \nextracting 'jammy.tar.gz'\n\nReading cache\n\nChecking package manager\n\nContinue running under SSH? \n\nThis session appears to be running under ssh. It is not recommended \nto perform a upgrade over ssh currently because in case of failure it \nis harder to recover. \n\nIf you continue, an additional ssh daemon will be started at port \n'1022'. \nDo you want to continue? \n\nContinue [yN] y\n\nStarting additional sshd \n\nTo make recovery in case of failure easier, an additional sshd will \nbe started on port '1022'. If anything goes wrong with the running \nssh you can still connect to the additional one. \nIf you run a firewall, you may need to temporarily open this port. As \nthis is potentially dangerous it's not done automatically. You can \nopen the port with e.g.: \n'iptables -I INPUT -p tcp --dport 1022 -j ACCEPT' \n\nTo continue please press [ENTER]\n<\/code><\/pre>\n\n\n\n<p>Press ENTER to continue.<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>\nReading package lists... Done\nBuilding dependency tree        \nReading state information... Done\nHit http:\/\/ke.archive.ubuntu.com\/ubuntu focal InRelease                                                                                                                    \nGet:1 http:\/\/ke.archive.ubuntu.com\/ubuntu focal-updates InRelease [114 kB]                                                                                                 \nGet:2 http:\/\/ke.archive.ubuntu.com\/ubuntu focal-backports InRelease [108 kB]                                                                                               \nGet:3 http:\/\/security.ubuntu.com\/ubuntu focal-security InRelease [114 kB]                                                                                                  \nGet:4 http:\/\/ke.archive.ubuntu.com\/ubuntu focal-updates\/main amd64 DEP-11 Metadata [278 kB]                                                                                \nGet:5 http:\/\/ke.archive.ubuntu.com\/ubuntu focal-updates\/universe amd64 DEP-11 Metadata [390 kB]                                                                            \nGet:6 http:\/\/ke.archive.ubuntu.com\/ubuntu focal-updates\/multiverse amd64 DEP-11 Metadata [944 B]                                                                           \nGet:7 http:\/\/ke.archive.ubuntu.com\/ubuntu focal-backports\/main amd64 DEP-11 Metadata [7,980 B]                                                                             \nGet:8 http:\/\/ke.archive.ubuntu.com\/ubuntu focal-backports\/universe amd64 DEP-11 Metadata [30.8 kB]                                                                         \nGet:9 http:\/\/security.ubuntu.com\/ubuntu focal-security\/main amd64 DEP-11 Metadata [40.7 kB]                                                                                \nGet:10 http:\/\/security.ubuntu.com\/ubuntu focal-security\/universe amd64 DEP-11 Metadata [66.2 kB]                                                                           \nGet:11 http:\/\/security.ubuntu.com\/ubuntu focal-security\/multiverse amd64 DEP-11 Metadata [2,464 B]                                                                         \nFetched 1,154 kB in 0s (0 B\/s)                                                                                                                                             \nReading package lists... Done    \nBuilding dependency tree          \nReading state information... Done\n\nChecking for installed snaps\n\nCalculating snap size requirements\n\nUpdating repository information\nGet:1 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy InRelease [270 kB]                                                                                                         \nGet:2 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy-updates InRelease [90.7 kB]                                                                                                \nGet:3 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy-backports InRelease [90.7 kB]                                                                                              \nGet:4 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/main i386 Packages [1,040 kB]                                                                                              \nGet:5 http:\/\/security.ubuntu.com\/ubuntu jammy-security InRelease [90.7 kB]                                                                                                 \nGet:6 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/main amd64 Packages [1,395 kB]                                                                                             \nGet:7 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/main Translation-en [510 kB]                                                                                               \nGet:8 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/main amd64 DEP-11 Metadata [424 kB]                                                                                        \nGet:9 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/main DEP-11 48x48 Icons [100.0 kB]                                                                                         \nGet:10 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/main DEP-11 64x64 Icons [148 kB]                                                                                          \nGet:11 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/main DEP-11 64x64@2 Icons [15.8 kB]                                                                                       \nGet:12 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/main amd64 c-n-f Metadata [30.3 kB]                                                                                       \nGet:13 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/restricted i386 Packages [30.4 kB]                                                                                        \nGet:14 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/restricted amd64 Packages [129 kB]                                                                                        \nGet:15 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/restricted Translation-en [18.6 kB]                                                                                       \nGet:16 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/restricted amd64 c-n-f Metadata [488 B]                                                                                   \nGet:17 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/universe amd64 Packages [13.6 MB]                                                                                         \nGet:18 http:\/\/security.ubuntu.com\/ubuntu jammy-security\/main amd64 c-n-f Metadata [108 B]                                                                                  \nGet:19 http:\/\/security.ubuntu.com\/ubuntu jammy-security\/restricted amd64 c-n-f Metadata [116 B]                                                                            \nGet:20 http:\/\/security.ubuntu.com\/ubuntu jammy-security\/universe amd64 c-n-f Metadata [112 B]                                                                              \nGet:21 http:\/\/security.ubuntu.com\/ubuntu jammy-security\/multiverse amd64 c-n-f Metadata [116 B]                                                                            \nGet:22 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/universe i386 Packages [7,761 kB]                                                                                         \nGet:23 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/universe Translation-en [5,651 kB]                                                                                        \nGet:24 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/universe amd64 DEP-11 Metadata [3,564 kB]                                                                                 \nGet:25 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/universe DEP-11 48x48 Icons [3,447 kB]                                                                                    \nGet:26 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/universe DEP-11 64x64 Icons [7,609 kB]                                                                                    \nGet:27 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/universe DEP-11 64x64@2 Icons [69.3 kB]                                                                                   \nGet:28 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/universe amd64 c-n-f Metadata [286 kB]                                                                                    \nGet:29 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/multiverse amd64 Packages [217 kB]                                                                                        \nGet:30 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/multiverse i386 Packages [112 kB]                                                                                         \nGet:31 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/multiverse Translation-en [112 kB]                                                                                        \nGet:32 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/multiverse amd64 DEP-11 Metadata [42.3 kB]                                                                                \nGet:33 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/multiverse DEP-11 48x48 Icons [42.7 kB]                                                                                   \nGet:34 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/multiverse DEP-11 64x64 Icons [193 kB]                                                                                    \nGet:35 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/multiverse DEP-11 64x64@2 Icons [214 B]                                                                                   \nGet:36 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy\/multiverse amd64 c-n-f Metadata [8,368 B]                                                                                 \nGet:37 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy-updates\/main amd64 c-n-f Metadata [108 B]                                                                                 \nGet:38 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy-updates\/restricted amd64 c-n-f Metadata [116 B]                                                                           \nGet:39 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy-updates\/universe amd64 c-n-f Metadata [112 B]                                                                             \nGet:40 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy-updates\/multiverse amd64 c-n-f Metadata [116 B]                                                                           \nGet:41 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy-backports\/main amd64 c-n-f Metadata [112 B]                                                                               \nGet:42 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy-backports\/restricted amd64 c-n-f Metadata [116 B]                                                                         \nGet:43 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy-backports\/universe amd64 c-n-f Metadata [116 B]                                                                           \nGet:44 http:\/\/ke.archive.ubuntu.com\/ubuntu jammy-backports\/multiverse amd64 c-n-f Metadata [116 B]                                                                         \nFetched 47.1 MB in 6s (2,369 kB\/s)                                                                                                                                         \n\nChecking package manager\nReading package lists... Done    \nBuilding dependency tree          \nReading state information... Done\n\nCalculating the changes\n\nCalculating the changes\n\nDo you want to start the upgrade? \n\n\n1 installed package is no longer supported by Canonical. You can \nstill get support from the community. \n\n13 packages are going to be removed. 244 new packages are going to be \ninstalled. 1546 packages are going to be upgraded. \n\nYou have to download a total of 1,450 M. This download will take \nabout 8 minutes with your connection. \n\nInstalling the upgrade can take several hours. Once the download has \nfinished, the process cannot be canceled. \n\n Continue [yN]  Details [d]y\n<\/code><\/pre>\n\n\n\n<p>Answer through the questions that comes up during the upgrade process.<\/p>\n\n\n\n<p>Accept the upgrade and press ENTER to continue.<\/p>\n\n\n\n<p>During the upgrade, you will notice the changes, for example the background on the desktop versions.<\/p>\n\n\n\n<p>When prompted to remove obsolete packages, accept and proceed.<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>\nUpgrading\nFetched 0 B in 0s (0 B\/s)                                                                                                                                                  \n  MarkInstall libc6:amd64 < 2.31-0ubuntu9.7 -> 2.35-0ubuntu3 @ii umU Ib > FU=1\n    MarkInstall fakeroot:amd64 < 1.24-1 -> 1.28-1ubuntu1 @ii umU Ib > FU=0\n    Installing libfakeroot as Depends of fakeroot\n      MarkInstall libfakeroot:amd64 < 1.24-1 -> 1.28-1ubuntu1 @ii umU > FU=0\n    MarkInstall locales:amd64 < 2.31-0ubuntu9.7 -> 2.35-0ubuntu3 @ii umU Ib > FU=0\n    Installing libc-bin as Depends of locales\n      MarkInstall libc-bin:amd64 < 2.31-0ubuntu9.7 -> 2.35-0ubuntu3 @ii umU > FU=0\n  new important dependency: libnss-nis:amd64\n  Installing libnss-nis as Recommends of libc6\n    MarkInstall libnss-nis:amd64 < none -> 3.1-0ubuntu6 @un uN Ib > FU=0\n    Installing libnsl2 as Depends of libnss-nis\n      MarkInstall libnsl2:amd64 < none -> 1.3.0-2build2 @un uN Ib > FU=0\n      Installing libtirpc3 as Depends of libnsl2\n        MarkInstall libtirpc3:amd64 < none -> 1.3.2-2build1 @un uN Ib > FU=0\n        Installing libtirpc-common as Depends of libtirpc3\n          MarkInstall libtirpc-common:amd64 < none -> 1.3.2-2build1 @un uN > FU=0\n  new important dependency: libnss-nisplus:amd64\n  Installing libnss-nisplus as Recommends of libc6\n    MarkInstall libnss-nisplus:amd64 < none -> 1.3-0ubuntu6 @un uN > FU=0\nStarting pkgProblemResolver with broken count: 1\nStarting 2 pkgProblemResolver with broken count: 1\nInvestigating (0) libc6-dev:amd64 < 2.31-0ubuntu9.7 -> 2.35-0ubuntu3 @ii umU Ib >\nBroken libc6-dev:amd64 Depends on rpcsvc-proto:amd64 < none | 1.4.2-0ubuntu6 @un uH >\n  Considering rpcsvc-proto:amd64 1 as a solution to libc6-dev:amd64 12\n  MarkKeep libc6-dev:amd64 < 2.31-0ubuntu9.7 -> 2.35-0ubuntu3 @ii umU Ib > FU=0\n  Re-Instated rpcsvc-proto:amd64\n  Re-Instated libtirpc-dev:amd64\n  Re-Instated libnsl-dev:amd64\n  Re-Instated libc6-dev:amd64\nDone\n\nUpgrading\nFetched 0 B in 0s (0 B\/s)                                                                                                                                                  \nPreconfiguring packages ...\nPreconfiguring packages ...\nPreconfiguring packages ...\n...\n<\/code><\/pre>\n\n\n\n<p>If upgrade desktop, mid upgrade, you will be prompted whether to upgrade to the firefox snap. <em>Starting in Ubuntu 22.04, all new releases of firefox are only available to Ubuntu users through the snap package. This package update will transition your system over to the snap by installing it. It is recommended to close all open firefox windows before proceeding to the upgrade.<\/em><\/p>\n\n\n\n<p>When system upgrade is complete, reboot your system.<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>\n...\nSystem upgrade is complete.\n\nRestart required \n\nTo finish the upgrade, a restart is required. \nIf you select 'y' the system will be restarted. \n\nContinue [yN] y\n<\/code><\/pre>\n\n\n\n<p>You have successfully upgraded your Ubuntu 20.04 to Ubuntu 22.04.<\/p>\n\n\n\n<div><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/04\/ubuntu-22.04-1.png\" class=\"td-modal-image\"><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1919\" height=\"957\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/04\/ubuntu-22.04-1.png\" alt=\"Upgrade Ubuntu 20.04 to Ubuntu 22.04\" class=\"wp-image-12322\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/04\/ubuntu-22.04-1.png?v=1650381691 1919w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/04\/ubuntu-22.04-1-768x383.png?v=1650381691 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/04\/ubuntu-22.04-1-1536x766.png?v=1650381691 1536w\" sizes=\"(max-width: 1919px) 100vw, 1919px\" \/><\/figure><\/a><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>lsb_release -a<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>No LSB modules are available.\nDistributor ID:\tUbuntu\nDescription:\tUbuntu 22.04 LTS\nRelease:\t22.04\nCodename:\tjammy\n<\/code><\/pre>\n\n\n\n<p>Stay tuned to the official release of Ubuntu 22.04 for your official upgrades.<\/p>\n\n\n\n<p>That marks the end of our tutorial on how to upgrade Ubuntu 20.04 to Ubuntu 22.04.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"other-tutorials\">Other Tutorials;<\/h3>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-nomachine-on-ubuntu-2\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install NoMachine on Ubuntu 22.04<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-thunderbird-mail-client-on-ubuntu\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install Thunderbird mail client on Ubuntu 22.04\/Ubuntu 20.04<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/install-dbeaver-on-ubuntu-22-04-ubuntu-20-04\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install DBeaver on Ubuntu 22.04\/Ubuntu 20.04<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>For an easy way to upgrade Ubuntu 20.04 to Ubuntu 22.04, follow through this guide. Well, Ubuntu 22.04, code-named Jammy Jellyfish is now available for<\/p>\n","protected":false},"author":1,"featured_media":12323,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121,2959],"tags":[4926,4924,4923,4925],"class_list":["post-12311","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","category-os","tag-ubuntu-20-04-upgrade","tag-ubuntu-20-04-upgrade-to-ubuntu-22-04","tag-upgrade-ubuntu-20-04","tag-upgrade-ubuntu-20-04-to-ubuntu-22-04","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/12311"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=12311"}],"version-history":[{"count":8,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/12311\/revisions"}],"predecessor-version":[{"id":20226,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/12311\/revisions\/20226"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/12323"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=12311"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=12311"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=12311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}