Updating Ubuntu

From Wikistix

Updating Ubuntu from shell, or even cron, the following is generally sufficient:

sh$ sudo apt-get update
sh$ sudo apt-get dist-upgrade --fix-missing
sh$ sudo apt-get autoremove