Linux: Update Software by Command Line
What is the command line equivalent to Ubuntu's Update Manager?
Run these commands:
# command equivalent to the updated manager GUI sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade
Run these commands:
# command equivalent to the updated manager GUI sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade