by Cory Rauch 2007-06-03 Category: Linux-System
Ubuntu Desktop is popular with linux desktop crowd, but how do you apply updates from the command line in Ubuntu server (No Gui)?
Actually its pretty simple since Ubuntu is basically a derivative of Debian. Just like Debian you first update sources like so:
# apt-get updateThen search for updates like so:
# apt-get dist-upgradeIf it finds any updates it will prompt you if you want to upgrade with a list of packages it will upgrade if you say yes. After upgrading your server software in some cases you made need to restart (kernel upgrades for example).
Other ImprovedSource Articles:
Boot Fedora Linux Faster: How I Modified Fedora To Boot In Under 25 Seconds
Linux Fastest Boot Time Challenge
How to make a System Restore CD-ROM