Comprehensive Guide to apt-get

Last time I wrote up a comprehensive guide to yum for Fedora, openSuse, etc.. It was well received so I decided to focus on Debian based systems this time.

Debian is known to be extremely stable and reliable, and for its excellent package manager, apt. That’s why user-friendly Ubuntu decided to advantage of Debian package features, along with a number of other distributions. Just to show how easy it is to install something, try this:

sudo apt-get install vlc

All dependencies will be automatically fetched and installed along with the application. How easy is that?

A busy apt-get command at work. Woot.
A busy apt-get command at work. Woot.

Here is a list of some commands that might be useful to you.

Continue reading “Comprehensive Guide to apt-get”