{"id":20224,"date":"2024-05-01T00:16:13","date_gmt":"2024-04-30T21:16:13","guid":{"rendered":"https:\/\/kifarunix.com\/?p=20224"},"modified":"2024-05-01T00:16:17","modified_gmt":"2024-04-30T21:16:17","slug":"easily-upgrade-ubuntu-22-04-to-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/easily-upgrade-ubuntu-22-04-to-ubuntu-24-04\/","title":{"rendered":"Easily Upgrade Ubuntu 22.04 to Ubuntu 24.04"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1050\" height=\"586\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/05\/upgrading-ubuntu-22.04-to-ubuntu-24.04.png?v=1714511342\" alt=\"\" class=\"wp-image-22345\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/05\/upgrading-ubuntu-22.04-to-ubuntu-24.04.png?v=1714511342 1050w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/05\/upgrading-ubuntu-22.04-to-ubuntu-24.04-768x429.png?v=1714511342 768w\" sizes=\"(max-width: 1050px) 100vw, 1050px\" \/><\/figure>\n\n\n\n<p>To easily upgrade Ubuntu 22.04 to Ubuntu 24.04, follow through this guide. Well, Ubuntu 24.04, code-named <strong>Noble Numbat<\/strong> is now available for testing with official version being likely to be released on April 2024, 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=\"#upgrading-ubuntu-22-04-to-ubuntu-24-04\">Upgrading Ubuntu 22.04 to Ubuntu 24.04<\/a><ul><li><a href=\"#backup-your-system\">Backup your System<\/a><\/li><li><a href=\"#run-system-update\">Run system Update<\/a><\/li><li><a href=\"#upgrading-via-ssh-session\">Upgrading via SSH Session?<\/a><\/li><li><a href=\"#upgrade-ubuntu-22-04-to-ubuntu-24-04\">Upgrade Ubuntu 22.04 to Ubuntu 24.04<\/a><ul><li><a href=\"#install-ubuntu-new-release-version-upgrader\">Install Ubuntu New Release Version Upgrader<\/a><\/li><li><a href=\"#upgrade-ubuntu-22-04-to-latest-ubuntu-lts-release-version\">Upgrade Ubuntu 22.04 to Latest Ubuntu LTS Release Version<\/a><\/li><li><a href=\"#upgrade-ubuntu-to-non-lts-release-version-then-to-latest-lts-release\">Upgrade Ubuntu to Non-LTS Release Version then to Latest LTS Release<\/a><\/li><\/ul><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"upgrading-ubuntu-22-04-to-ubuntu-24-04\">Upgrading Ubuntu 22.04 to Ubuntu 24.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<h3 class=\"wp-block-heading\" id=\"backup-your-system\">Backup your System<\/h3>\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. However, you can check our various guides on <a href=\"https:\/\/kifarunix.com\/?s=backup\" target=\"_blank\" rel=\"noreferrer noopener\">how to backup Linux systems<\/a>.<\/p>\n\n\n\n<p>I am currently running Ubuntu 22.04.4 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 22.04.4 LTS\nRelease:\t22.04\nCodename:\tjammy\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 22.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, if a reboot is needed.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91; -f \/var\/run\/reboot-required ] &amp;&amp; sudo systemctl reboot -i<\/code><\/pre>\n\n\n\n<p>After reboot, you can see that it has been upgraded 22.04.4, that is if you were running a earlier version;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>lsb_release -a<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"upgrading-via-ssh-session\">Upgrading via SSH Session?<\/h3>\n\n\n\n<p>For a smooth and uninterrupted upgrade process, it&#8217;s recommended to log in directly to the system via the console. Avoid using SSH session if you can!<\/p>\n\n\n\n<p>Otherwise, if SSH session is the only available way for you to run the system upgrade, <code>do-release-upgrade<\/code>\u00a0command usually starts a backup SSH session on port 1022 and a backup <strong>screen<\/strong> session. This is just in case things go south, you should be able to re-login and proceed with upgrade.<\/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>As such, open another terminal, login and open the export SSH service recovery port on system firewall, as well as perimeter firewall if there is any in place.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo iptables -I INPUT -p tcp --dport 1022 -j ACCEPT<\/code><\/pre>\n\n\n\n<p>or<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo ufw allow 1022\/tcp<\/code><\/pre>\n\n\n\n<p>Also, install screen command;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install screen<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"upgrade-ubuntu-22-04-to-ubuntu-24-04\">Upgrade Ubuntu 22.04 to Ubuntu 24.04<\/h3>\n\n\n\n<p>You can now proceed to upgrade Ubuntu 22.04 to Ubuntu 24.04.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"install-ubuntu-new-release-version-upgrader\">Install Ubuntu New Release Version Upgrader<\/h4>\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 stable release version. 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<h4 class=\"wp-block-heading\" id=\"upgrade-ubuntu-22-04-to-latest-ubuntu-lts-release-version\">Upgrade Ubuntu 22.04 to Latest Ubuntu LTS Release Version<\/h4>\n\n\n\n<p>Once you have the release upgrader command in place, you can then run system upgrade to the new release LTS version by simply executing;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo 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 22.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>Follow the upgrade process.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"upgrade-ubuntu-to-non-lts-release-version-then-to-latest-lts-release\">Upgrade Ubuntu to Non-LTS Release Version then to Latest LTS Release<\/h4>\n\n\n\n<p><strong>NOTE<\/strong> that the&nbsp;<code>do-release-upgrade<\/code>&nbsp;command usually works only after the availability of first point release of a major LTS release. <strong>As such, this command will only works after the availability of Ubuntu 24.04.1<\/strong>.<\/p>\n\n\n\n<p>Well, if you get such an output when you run the <strong>do-release-upgrade<\/strong> command;<\/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\u00a0<strong>Ubuntu 24.04.1<\/strong>\u00a0is not available yet.<\/p>\n\n\n\n<p>Therefore, you need to upgrade to the latest non-LTS release. To do that, you need to set the value of the <strong>Prompt<\/strong> option to <strong>normal<\/strong> in the <strong>\/etc\/update-manager\/release-upgrades<\/strong> configuration as stated. The value is usually set to <strong>lts<\/strong> by default, which basically means upgrade to the latest LTS version available.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo sed -i 's\/lts\/normal\/' \/etc\/update-manager\/release-upgrades<\/code><\/pre>\n\n\n\n<p>Next, upgrade to the next non LTS release version. The command will upgrade Ubuntu 22.04 to Ubuntu 23.10 &#8216;Mantic Minotaur&#8217;.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo do-release-upgrade -m desktop<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>Checking for a new Ubuntu release\n\n= Welcome to Ubuntu 23.10 'Mantic Minotaur' =\n\nThe Ubuntu team is proud to announce Ubuntu 23.10 'Mantic Minotaur'.\n\nTo see what's new in this release, visit:\n  https:\/\/wiki.ubuntu.com\/ManticMinotaur\/ReleaseNotes\n\nUbuntu is a Linux distribution for your desktop or server, with a fast\nand easy install, regular releases, a tight selection of excellent\napplications installed by default, and almost any other software you\ncan imagine available through the network.\n\nWe hope you enjoy Ubuntu.\n\n== Feedback and Helping ==\n\nIf you would like to help shape Ubuntu, take a look at the list of\nways you can participate at\n\n  http:\/\/www.ubuntu.com\/community\/participate\/\n\nYour comments, bug reports, patches and suggestions will help ensure\nthat our next release is the best release of Ubuntu ever.  If you feel\nthat you have found a bug please read:\n\n  http:\/\/help.ubuntu.com\/community\/ReportingBugs\n\nThen report bugs using apport in Ubuntu.  For example:\n\n  ubuntu-bug linux\n\nwill open a bug report in Launchpad regarding the linux package.\n\nIf you have a question, or if you think you may have found a bug but\naren't sure, first try asking on the #ubuntu or #ubuntu-bugs IRC\nchannels on Libera.Chat, on the Ubuntu Users mailing list, or on the\nUbuntu forums:\n\n  http:\/\/help.ubuntu.com\/community\/InternetRelayChat\n  http:\/\/lists.ubuntu.com\/mailman\/listinfo\/ubuntu-users\n  http:\/\/www.ubuntuforums.org\/\n\n\n== More Information ==\n\nYou can find out more about Ubuntu on our website, IRC channel and wiki.\nIf you're new to Ubuntu, please visit:\n\n  http:\/\/www.ubuntu.com\/\n\n\nTo sign up for future Ubuntu announcements, please subscribe to Ubuntu's\nvery low volume announcement list at:\n\n  http:\/\/lists.ubuntu.com\/mailman\/listinfo\/ubuntu-announce\n\n\nContinue [yN] y\nGet:1 Upgrade tool signature [833 B]                                                                                                            \nGet:2 Upgrade tool [1.267 kB]                                                                                                                   \nFetched 1.268 kB in 0s (0 B\/s)                                                                                                                  \nauthenticate 'mantic.tar.gz' against 'mantic.tar.gz.gpg' \nextracting 'mantic.tar.gz'\n\nReading cache\n\nChecking package manager\nReading package lists... Done\nBuilding dependency tree... Done\nReading state information... Done\nHit http:\/\/de.archive.ubuntu.com\/ubuntu jammy InRelease                                                                                         \nHit http:\/\/de.archive.ubuntu.com\/ubuntu jammy-updates InRelease                                                                                 \nHit http:\/\/de.archive.ubuntu.com\/ubuntu jammy-backports InRelease                                                                               \nGet:1 http:\/\/security.ubuntu.com\/ubuntu jammy-security InRelease [110 kB]                                                                       \nHit https:\/\/debian.sur5r.net\/i3 jammy InRelease                                                                                                 \nFetched 110 kB in 0s (0 B\/s)                                                                                                                    \nReading package lists... Done    \nBuilding dependency tree... Done \nReading state information... Done\n\nChecking for installed snaps\n\nCalculating snap size requirements\n\nUpdating repository information\n\nThird party sources disabled \n\nSome third party entries in your sources.list were disabled. You can \nre-enable them after the upgrade with the 'software-properties' tool \nor your package manager. \n\nTo continue please press [ENTER]\n<\/code><\/pre>\n\n\n\n<p>The system upgrade of Ubuntu 22.04 to the non LTS latest release will start immediately you type the command above and press ENTER.<\/p>\n\n\n\n<p>Answer through the questions that come 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>...\nSearching for obsolete software\nReading state information... Done\n\nRemove obsolete packages? \n\n\n278 packages are going to be removed. \n\nRemoving the packages can take several hours. \n\n Continue [yN]  Details [d]y\n...\n<\/code><\/pre>\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 22.04 to the latest non-LTS version, <strong>Ubuntu 23.10<\/strong>.<\/p>\n\n\n\n<p>Login and confirm;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1913\" height=\"905\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/ubuntu-23.10.png\" alt=\"\" class=\"wp-image-22337\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/ubuntu-23.10.png?v=1714501122 1913w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/ubuntu-23.10-768x363.png?v=1714501122 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/ubuntu-23.10-1536x727.png?v=1714501122 1536w\" sizes=\"(max-width: 1913px) 100vw, 1913px\" \/><\/figure>\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 23.10\nRelease:\t23.10\nCodename:\tmantic\n<\/code><\/pre>\n\n\n\n<p>You can now upgrade from Ubuntu 23.10 to Ubuntu 24.04! To do that, you need to update the value of  the <strong>Prompt<\/strong> option back to <strong>lts<\/strong> in the <strong>\/etc\/update-manager\/release-upgrades<\/strong>, if it was not overwritten during upgrade.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo sed -i 's\/normal\/lts\/' \/etc\/update-manager\/release-upgrades<\/code><\/pre>\n\n\n\n<p>Then rerun system upgrade, just incase there is any packages that need upgraded!<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt upgrade<\/code><\/pre>\n\n\n\n<p>Then launch Ubuntu 23.10 upgrade to the development release version of Ubuntu 24.04. Pass the\u00a0<strong>-d<\/strong>\u00a0or\u00a0<strong>&#8211;devel-release<\/strong>\u00a0option to\u00a0<strong>do-release-upgrade<\/strong>\u00a0command.<\/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>This should get you now to Ubuntu 24.04 LTS Noble Numbat!<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>Checking for a new Ubuntu release\n\n= Welcome to Ubuntu 24.04 LTS 'Noble Numbat' =\n\nThe Ubuntu team is proud to announce Ubuntu 24.04 LTS 'Noble Numbat'.\n\nTo see what's new in this release, visit:\n  https:\/\/wiki.ubuntu.com\/NobleNumbat\/ReleaseNotes\n\nUbuntu is a Linux distribution for your desktop or server, with a fast\nand easy install, regular releases, a tight selection of excellent\napplications installed by default, and almost any other software you\ncan imagine available through the network.\n\nWe hope you enjoy Ubuntu.\n\n== Feedback and Helping ==\n\nIf you would like to help shape Ubuntu, take a look at the list of\nways you can participate at\n\n  http:\/\/www.ubuntu.com\/community\/participate\/\n\nYour comments, bug reports, patches and suggestions will help ensure\nthat our next release is the best release of Ubuntu ever.  If you feel\nthat you have found a bug please read:\n\n  http:\/\/help.ubuntu.com\/community\/ReportingBugs\n\nThen report bugs using apport in Ubuntu.  For example:\n\n  ubuntu-bug linux\n\nwill open a bug report in Launchpad regarding the linux package.\n\nIf you have a question, or if you think you may have found a bug but\naren't sure, first try asking on the #ubuntu or #ubuntu-bugs IRC\nchannels on Libera.Chat, on the Ubuntu Users mailing list, or on the\nUbuntu forums:\n\n  http:\/\/help.ubuntu.com\/community\/InternetRelayChat\n  http:\/\/lists.ubuntu.com\/mailman\/listinfo\/ubuntu-users\n  http:\/\/www.ubuntuforums.org\/\n\n\n== More Information ==\n\nYou can find out more about Ubuntu on our website, IRC channel and wiki.\nIf you're new to Ubuntu, please visit:\n\n  http:\/\/www.ubuntu.com\/\n\n\nTo sign up for future Ubuntu announcements, please subscribe to Ubuntu's\nvery low volume announcement list at:\n\n  http:\/\/lists.ubuntu.com\/mailman\/listinfo\/ubuntu-announce\n\n\nContinue [yN] y\n\n<\/code><\/pre>\n\n\n\n<p>Confirm that you indeed need to upgrade!<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>...\nChecking package manager\nReading package lists... Done    \nBuilding dependency tree... Done \nReading state information... Done\n\nCalculating the changes\n\nCalculating the changes\n\nDo you want to start the upgrade? \n\n\n158 packages are going to be removed. 260 new packages are going to \nbe installed. 1471 packages are going to be upgraded. \n\nYou have to download a total of 1.790 M. This download will take \nabout 5 minutes with a 40Mbit connection and about 47 minutes with a \n5Mbit connection. \n\nFetching and installing the upgrade can take several hours. Once the \ndownload has finished, the process cannot be canceled. \n\n Continue [yN]  Details [d]y\n\n<\/code><\/pre>\n\n\n\n<p>Follow the installation process and answer the prompts accordingly.<\/p>\n\n\n\n<p>When the upgrade is done, restart the system;<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>\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>After reboot, you should be on Ubuntu 24.04 LTS now!<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1910\" height=\"916\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/ubuntu-24.04-lts-upgraded.png?v=1714509966\" alt=\"upgrade ubuntu 22.04 to Ubuntu 24.04\" class=\"wp-image-22343\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/ubuntu-24.04-lts-upgraded.png?v=1714509966 1910w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/ubuntu-24.04-lts-upgraded-768x368.png?v=1714509966 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/ubuntu-24.04-lts-upgraded-1536x737.png?v=1714509966 1536w\" sizes=\"(max-width: 1910px) 100vw, 1910px\" \/><\/figure>\n\n\n\n<p>Confirm;<\/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 24.04 LTS\nRelease:\t24.04\nCodename:\tnoble\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>hostnamectl<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code> Static hostname: jammy\n       Icon name: computer-vm\n         Chassis: vm \ud83d\uddb4\n      Machine ID: 39ebd13f84ae43039464661318aac498\n         Boot ID: fbdb512d11b8457fab6219955e60a8f4\n  Virtualization: oracle\nOperating System: Ubuntu 24.04 LTS                \n          Kernel: Linux 6.8.0-31-generic\n    Architecture: x86-64\n Hardware Vendor: innotek GmbH\n  Hardware Model: VirtualBox\nFirmware Version: VirtualBox\n   Firmware Date: Fri 2006-12-01\n    Firmware Age: 17y 4month 4w 1d\n<\/code><\/pre>\n\n\n\n<p>That marks the end of our tutorial on how to upgrade Ubuntu 22.04 LTS to Ubuntu 24.04 LTS.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To easily upgrade Ubuntu 22.04 to Ubuntu 24.04, follow through this guide. Well, Ubuntu 24.04, code-named Noble Numbat is now available for testing with official<\/p>\n","protected":false},"author":10,"featured_media":22345,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121],"tags":[7471,7396,7470],"class_list":["post-20224","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-ubuntu-22-04-upgrade","tag-ubuntu-24-04","tag-upgrade-ubuntu-22-04-to-ubuntu-24-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\/20224"}],"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\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=20224"}],"version-history":[{"count":7,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20224\/revisions"}],"predecessor-version":[{"id":22347,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20224\/revisions\/22347"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/22345"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=20224"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=20224"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=20224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}