{"id":1234,"date":"2021-12-16T12:39:06","date_gmt":"2021-12-16T09:39:06","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/26\/how-to-upgrade-to-ubuntu-21-10\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/26\/how-to-upgrade-to-ubuntu-21-10\/"},"modified":"2021-12-16T12:39:06","modified_gmt":"2021-12-16T09:39:06","slug":"how-to-upgrade-to-ubuntu-21-10","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1234-how-to-upgrade-to-ubuntu-21-10\/","title":{"rendered":"How to upgrade to Ubuntu 21.10"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Ubuntu 21.10 is here, and it is an exciting release. With this new version of Ubuntu, Canonical finally gives its users Gnome 40, the next-gen update to Gnome Shell, and many other excellent features. In this guide, we\u2019ll show you how you can upgrade your Ubuntu system to 21.10.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409847 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-upgrade-to-ubuntu-21-10.jpg\" alt=\"\" width=\"1200\" height=\"566\"\/><\/p>\n<h2>Upgrade to 21.10 \u2013 GUI<\/h2>\n<p>Upgrading to 21.10 via the GUI is the way to go, as the upgrade is easy to perform. Not to mention, it takes care of everything with just a few clicks. Here\u2019s how to do it.<\/p>\n<p>First, you\u2019ll need to upgrade your system so that your current release of Ubuntu (21.04) has the latest packages installed. To update Ubuntu to the latest packages, press the <strong>Win<\/strong> key on the keyboard, type in \u201cSoftware Updater,\u201d and launch it.<\/p>\n<p>With Software Updater open, it will check for the latest 21.04 updates. When it confirms that you have packages to install, a notification will appear asking you to install the updates. Do so.<\/p>\n<p>With all updates installed, Ubuntu will tell you, \u201cThe software on this computer is up to date. However, Ubuntu 21.10 is now available (you have 21.04). \u201d Click on the \u201cUpgrade\u201d button to start the 21.10 upgrade process.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409910 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-upgrade-to-ubuntu-21-10-1.jpg\" alt=\"\" width=\"1200\" height=\"894\"\/><\/p>\n<p>Note: the upgrade notification should appear after installing updates in Ubuntu 21.04. If you do not see the notification on your Ubuntu system, do not worry. You can force the upgrade by launching a terminal and entering the <code>update-manager -d<\/code> command.<\/p>\n<p>When you select the \u201cUpgrade\u201d button, Ubuntu will ask for a password. Using your keyboard, type in your user account password. Then, select the \u201cAuthenticate\u201d button to confirm.<\/p>\n<p>Upon entering your password, the Ubuntu 21.10 release notes will appear. Take some time and read them. After you\u2019ve finished reading the release notes, find the \u201cUpgrade\u201d button and click on it to move to the next step in the upgrade process.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409907 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-upgrade-to-ubuntu-21-10-2.jpg\" alt=\"\" width=\"1200\" height=\"892\"\/><\/p>\n<p>Selecting the \u201cUpgrade\u201d button in the 21.10 release notes area will bring up the upgrade window. This window will prepare your system for the upgrade. After, a window will appear that says, \u201cDo you want to start the upgrade?\u201d Click on the \u201cStart Upgrade\u201d button to confirm.<\/p>\n<p>The upgrade process takes a bit of time, as the Ubuntu upgrade tool has many things to download. So sit back, be patient and allow the upgrader tool to install the latest release to your system.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409856 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-upgrade-to-ubuntu-21-10-3.jpg\" alt=\"\" width=\"1200\" height=\"892\"\/><\/p>\n<p>When all upgrades are installed on your Ubuntu system, you\u2019ll see a \u201cremove obsolete packages\u201d window appear on the screen. Find the \u201cRemove\u201d button and click on it with the mouse to remove all obsolete packages.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409859 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-upgrade-to-ubuntu-21-10-4.jpg\" alt=\"\" width=\"1200\" height=\"888\"\/><\/p>\n<p>With all obsolete packages removed, the upgrade is complete. Then, reboot your computer to start using Ubuntu 21.10!<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409847 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-upgrade-to-ubuntu-21-10.jpg\" alt=\"\" width=\"1200\" height=\"566\"\/><\/p>\n<h2>Upgrade to 21.10 \u2013 Terminal<\/h2>\n<p>Another way to upgrade to Ubuntu 21.10 is with the terminal. To start, you\u2019ll need to launch a terminal window on the Ubuntu desktop. Press <strong>Ctrl + Alt + T<\/strong> on the keyboard to open up a terminal. Or, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>With the terminal window open, use the <strong>apt update<\/strong> command to refresh Ubuntu\u2019s software sources and check for updates.<\/p>\n<pre>\nsudo apt update\n<\/pre>\n<p>After running the <strong>update<\/strong> command, use the <strong>upgrade<\/strong> command to install any of the pending updates available for Ubuntu 21.04. These upgrades must be installed because Ubuntu will not upgrade before installing all patches.<\/p>\n<pre>\nsudo apt upgrade -y\n<\/pre>\n<p>Following the upgrade, the <strong>dist-upgrade<\/strong> command must be run on your Ubuntu system. The <strong>dist-upgrade<\/strong> command will install all pending upgrades to Ubuntu that are held back.<\/p>\n<pre>\nsudo apt dist-upgrade -y\n<\/pre>\n<p>Now that all updates are installed on Ubuntu 21.04, upgrading to 21.10 can begin. Using the <strong>sed<\/strong> command, replace \u201chirsute\u201d with \u201cimpish\u201d in your Ubuntu software sources.<\/p>\n<pre>\nsudo sed -i 's\/hirsute\/impish\/g' \/etc\/apt\/sources.list\n<\/pre>\n<p>With the software sources changed from 21.04 to 21.10, the next step is to update Ubuntu. Ubuntu must be updated to see the changes made in the \u201csources.list\u201d file.<\/p>\n<pre>\nsudo apt update\n<\/pre>\n<p>When you enter the <strong>update<\/strong> command, Ubuntu will remove all references to \u201chirsute\u201d and add in the new information you\u2019ve added with the <strong>sed<\/strong> command.<\/p>\n<p>After running the <strong>update<\/strong> command, Ubuntu will inform you that you have new packages to install. These packages are the 21.10 upgrade. To install these packages, run the <strong>upgrade<\/strong> command below.<\/p>\n<pre>\nsudo apt upgrade -y\n<\/pre>\n<p>With the <strong>upgrade<\/strong> command run, most of the Ubuntu 21.10 packages will be installed. However, most are not all. To install the rest of the packages to finish the upgrades, run the <strong>dist-upgrade<\/strong> command.<\/p>\n<pre>\nsudo dist-upgrade -y\n<\/pre>\n<p>When the <strong>dist-upgrade<\/strong> command is complete, reboot your computer. After rebooting, you\u2019ll be using Ubuntu 21.10! Enjoy!<\/p>\n<h3>Download 21.10<\/h3>\n<p>Want a fresh installation of Ubuntu 21.10? Check out the official Ubuntu website, and click on \u201cDownload\u201d to get your hands on the latest ISO release of Ubuntu 21.10 for the desktop.<\/p>\n<p>If you\u2019d prefer to download the latest release of Ubuntu via torrent, check the alternative downloads page.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Ubuntu 21.10 is here, and it is an exciting release. With this new version of Ubuntu, Canonical finally gives its users Gnome 40, the next-gen update to Gnome Shell, and many other excellent features. In this guide, we\u2019ll show you how you can upgrade your Ubuntu system to 21.10. Upgrade to 21.10 \u2013 &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1235,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1234"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1234"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1234\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1235"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1234"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1234"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1234"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}