How To Upgrade Linux 19.04 To 19.10 Via Terminal
How To Upgrade Linux 19.04 To 19.10 Via Terminal
The latest version of Ubuntu 19.10 Eoan Ermine released few days before! Eoan
Ermine is the best version of Ubuntu, contains many essential features and tweaks.
Booting time of Ubuntu 19.10 is faster than earlier versions of Ubuntu. It's the
time to upgrade from older versions of Ubuntu 19.04 to Ubuntu 19.10. In this
article, we added the information about upgrading to Ubuntu 19.10 from Ubuntu
19.04.
Jump To:
Ubuntu 19.10 Download links
Upgrading to Ubuntu 19.10 on a Desktop system - Recommended Method
Upgrading to Ubuntu 19.10 on a Desktop system - Alternate Method
Upgrading to Ubuntu 19.10 on a Server system
Ubuntu 19.10 Essential Features
Conclusion
Ubuntu 19.10 Download links:
Below we listed the different releases based on the Ubuntu 19.10 version which
includes "Kubuntu, Lubuntu and more".
$
update-manager -c -d
Copy
[/su_note]
Update checking
Once the checking process got completed, Update Manager will tell you: New
distribution release '19.10' is available.
If the update manager shows nothing, then type the below command to do manually
[su_note note_color="#ff2c2c" text_color="#fff"]
$
/usr/lib/ubuntu-release-upgrader/check-new-release-gtk
Copy
[/su_note]
Open the terminal, paste the below commands & execute it individually
[su_note note_color="#ff2c2c" text_color="#fff"]
$
sudo apt update
Copy
[/su_note]
$
sudo apt upgrade
Copy
[/su_note]
$
sudo apt dist-upgrade
Copy
[/su_note]
$
sudo do-release-upgrade
Copy
[/su_note]
You need to install the Update Manager package on your server. Use the below
command to do:
[su_note note_color="#ff2c2c" text_color="#fff"]
$
sudo apt install update-manager-core
Copy
[/su_note]
Once the installation process completed, copy the below command and execute it
[su_note note_color="#ff2c2c" text_color="#fff"]
$
sudo do-release-upgrade
Copy
[/su_note]
The above command will check for new updates and complete the new Ubuntu version
installation process.
That's it, the above commands will help you upgrade your server to Ubuntu 19.10
server edition.