Apt
APT is an acronym for Advanced Packaging Tool, a package management system created by the Debian project. APT greatly simplifies the process of installing and removing software on Unix systems.
There is no apt program per se; APT is a C++ library of functions that are used by several command line programs for dealing with packages, notably apt-get and apt-cache. There are also programs that provide a front end to APT, like aptitude with a ncurses text interface or synaptic with a GTK+ graphical interface.
APT was originally designed to work with .deb packages on Debian systems, but it has since been modified to work with RPM packages, and to run on other operating systems such as Mac OS X.
Apt is also a commune of France, sous-préfecture of the Vaucluse département.See also
External Links