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
sudo apt update
sudo apt upgrades
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
You must be logged in to post a comment.