Monday, May 18, 2020

Upgrade Ubuntu ver using shell

sudo apt update && sudo apt upgrade --yes
sudo apt install update-manager-core
sudo do-release-upgrade

if above command does not start upgrade, use below one to force it.
sudo do-release-upgrade -d 

No comments:

Post a Comment