Update Ubuntu from command line

Instead of using the UI I do a lot of the administration from command line.  These are the commands you must enter a Ubuntu Linux Command Prompt to update/patch your server.


sudo apt-get update                # Fetches the list of available updates
sudo apt-get upgrade               # Strictly upgrades the current packages
sudo apt-get dist-upgrade          # Installs updates (new ones)