Update Ubuntu through terminal

How do I update Ubuntu using the terminal? Open the terminal application For remote servers use the ssh command to login (e.g. ssh user@example.com) Fetch update software list by running sudo apt-get update command Update Ubuntu software by running sudo apt-get upgrade command Distribution Upgrade of Ubuntu running sudo apt-get dist-upgrade command Reboot the Ubuntu if required by running sudo init … Read more