Translation(s): none


Theory

The program dpkg is the base of the Debian's package management system. Developed by Ian Jackson in 1993, it is used for installing, removing, getting information or generally working with packages.

There are a series of tools that can be used to work with packages:the following:

APT (dvanced Packaging Tool) is a higher level tool, and can be used to fetch packages from remote locations or deal with complex package relations. APT can be used for managing both binary and source packages.

APT simplifies package management, allowing the user to install or remove packages, taking care of their dependencies, upgrade packages, search for packages or retrieve package information, upgrade the whole system to a new release, download the source for any package or installing the dependencies needed to build a package from source.

Another more advanced APT front-end is Aptitude, which provides the functionality of dselect and apt-get, as well as many additional features not found in either program.

Exercises