Debian Wiki
Advertisement

The Advanced Packaging Tool is a powerful tool used by Debian and other GNU/Linux distributions. It allows downloading software in isolated groups called packages, using its GUI, Aptitude.

Running Apt From a Terminal[]

Apt can also be run from a terminal by running the command:

# apt-get install "package name"
Advertisement