Advanced Packaging Tool
From TheLinuxVault
Managed by:
[ Visit the Website!]
Current Stable Release:
License:
The Advanced Packaging Tool (APT) is a package manager (automatic software installer) for some Debian-derived Linux distributions. It installs and uninstalls software in .deb format from software repositories. Its main purpose is to handle and resolve conflicts and dependencies between packages, while the actual installation and removal of packages is done by Dpkg.
[edit] Usage
APT is not actually a specific program, it is a library of functions. As such, it may be used in many different ways. Some command line tools include apt-get (and the related apt-cache) and aptitude. Graphical front ends include Synaptic Package Manager and Adept Package Manager.
[edit] Simple Aptitude Guide
In a Terminal, use the following commands for common tasks:
sudo aptitude update- Updates aptitude's database of packagessudo aptitude upgrade- Updates any current installed packages which have newer versions availablesudo aptitude install Package- Installs Packagesudo aptitude remove Package- Removes Packagesudo aptitude search SearchTerm- Returns a list of packages relating to SearchTerm

