Skip to content

Upgrading Ubuntu

Get your current install up-to-date

sudo apt update
sudo apt full-upgrade
sudo apt dist-upgrade
sudo apt autoremove

Edit upgrade strategy

sudo vi /etc/update-manager/release-upgrades

Change this:

Prompt=lts

To this:

Prompt=normal

Let's do this

Note the -d to get it done.

sudo do-release-upgrade -d