What's the best way that covers all I have in my 8.10 box to get upgrades/updates? I have the auto updates turned on to "daily" already but would like a command line so I could check when I feel the need!
Thanx Bob
Thanx Bob
sudo apt-get update
sudo apt-get update && sudo apt-get upgrade
sudo apt-get update && sudo apt-get dist-upgrade
wajig daily-upgrade
Comment