Updating the package manager

APT is the default package manager on Ubuntu/Debian based Linux distributions.

When you log into the Volac server you will see a message like this:

22 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

To upgrade, enter the follow commands. You will need to enter the server password for command that includes sudo.

sudo apt update


apt list --upgradable


sudo apt dist-upgrade -y

Next time you log in the message will be:

0 updates can be applied immediately.