Browse:  GUI  JavaScript  Linux  OpenBSD  PHP  Software  Web  Windows  Deals
 

Updating Your Ubuntu Server From The Command Line
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 update

Then search for updates like so:

# apt-get dist-upgrade

If 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

[ Back ]

ImprovedSource. Copyright 2007 + Contact Us + Home + Search + RSS Feed