+3 votes
6.8k views
How to upgrade to Ubuntu 20.10

in Linux / Unix by (551k points)
reopened | 6.8k views

1 Answer

+4 votes
Best answer

1. How to upgrade Ubuntu to Ubuntu 20.10

Today we select the operating system that we want to use based on our needs. In the event that we decide to use Linux on our PC, we have several distributions which are updated with certain frequency. When using an operating system for a considerable time we will always look for the possibility that it will be updated to a new version which undoubtedly brings security , performance, compatibility and global functionality improvements ..

 

In this aspect Ubuntu is characterized by offering us constant new editions for both server and home systems (Desktop) and that is why we can update our system using the automatic method that displays a pop-up window where it is warned that a new one exists. version:

 

image

 

Or we can use the traditional method which implies the execution of the following commands:

 sudo apt  update  sudo apt upgradesudo apt dist-  upgrade  
But this time TechnoWikis will explain a deeper method to perform the upgrade from Ubuntu 19.10 to Ubuntu 20.10 in a comprehensive and functional way and with this know that we have the latest versions of this dynamic system.

 

 


1. How to upgrade Ubuntu to Ubuntu 20.10

 

Step 1

As we mentioned, this process will be done with Ubuntu 19.10:

 

image

 

Step 2

The first step to take will be to install the update manager administrator with the following command:
 sudo apt  install   update  -manager-core 
image

 

Step 3

Now we execute the following command that is responsible for validating the availability of a new Ubuntu update:
 sudo  do  -  release  -  upgrade  
image

 

Step 4

As we see, the manager requires that the system be updated first, for this we execute:
 sudo apt  update  
image

 

Step 5

We install these updates by running the following command:
 sudo apt upgrade 
image

 

Step 6

Once the system is updated we must restart it to apply the changes, after logging in we execute the update command again:
 sudo  do  -  release  -  upgrade  
image

 

Step 7

We can see that the update process is given, in case of errors we can force the update by executing:
 sudo  do  -  release  -  upgrade  -d 
Step 8

Now, since Ubuntu 20.10 is a trial version, we can directly specify the resource if the previous step only updates to Ubuntu 20.04. The Ubuntu 20.10 code name is Groovy Gorilla. This must be added to the /etc/apt/sources.list repository directory, in this case we modify the name of Ubuntu 19.10 Eoan to the name of Groovy:
 sudo sed -i  's / eoan / groovy / g'  /etc/apt/sources.list 
image

 

Step 9

Next we update the system and its packages and repositories:
 sudo apt  update  
image

 

Step 10

Once we update Ubuntu 19.10 we will update the system to the new version with the following command:
 sudo apt -y dist-upgrade 
image

 

Step 11

The process will continue downloading the necessary packages:

 

image

 

Step 12

After that, languages ​​and other plugins will be downloaded.

 

image

 

Step 13

This will download all the necessary plugins for the update, because Ubuntu 20.10 is still in testing (LTS will be established later), we must configure the update parameters to "Normal" in order for the update to be done.

 

The default value is "LTS" and if we leave it like this we will see an error, we check this with the following command:

 cat / etc /  update  -manager /  release  -upgrades 
image

 

Step 14

In the “Prompt” line we find the default value, to edit it we will use the following line:
 sudo nano / etc /  update  -manager /  release  -upgrades 
There we edit the value of "Prompt" to "Normal". We save the changes with the Ctrl + O keys and exit the editor with the Ctrl + X keys.

 

 

image

 

Step 15

We run the updater again and this time it will detect the desired Ubuntu version:

 

image

 

Step 16

There is a matter of waiting for the update process to complete:

 

image

 

We enter the letter S to confirm the download. This will cause the system to be rebooted in order to apply the changes and we can access the system information to validate that it has been updated to Ubuntu 20.10:

 

With these steps we can update any of the versions of Ubuntu to Ubuntu 20.10 and know its news.

 


by (3.5m points)
Your syntax is messed up: sudo apt install update -manager-core  finds and error with 'a' in manager... and so forth. Please test better.

Related questions

+4 votes
1 answer
asked Oct 28, 2019 in Linux / Unix by backtothefuture (551k points) | 221 views
+4 votes
1 answer
asked Jul 14, 2020 in Linux / Unix by backtothefuture (551k points) | 556 views
+4 votes
1 answer
+3 votes
1 answer
asked Sep 16, 2019 in Linux / Unix by backtothefuture (551k points) | 202 views
+3 votes
1 answer
asked Apr 9, 2021 in Linux / Unix by backtothefuture (551k points) | 209 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users