Ubuntu: updates

Regular updates

sudo apt update
sudo apt upgrades

Distribution updates

Check the version you are running:

lsb_release -a

If updater is not installed:

sudo apt install update-manager-core

To upgrade the release:

sudo do-release-upgrade -d

Leave a Reply