Translation(s): Brasileiro - English - Français - Italiano

(!) ?Discussioni


Molto di ciò che rende Debian forse la migliore distribuzione Linux (e di fatto il miglior Unix) deriva dal fatto che il cuore di Debian è la sua gestione dei pacchetti. Tutto in Debian, ogni applicazione, ogni componente, tutto, è costruito in forma di pacchetto e quel pacchetto viene poi installato sul vostro sistema (o dall'Installatore o da voi stessi).

Ci sono più di 15 mila pacchetti software disponibili per Debian: qualsiasi cosa, dal kernel Linux ai giochi.

http://www.debian.org/doc/manuals/apt-howto - Informazioni ufficiali (vecchie)

http://www.debian.org/doc/manuals/debian-reference/ch02.en.html - Capitolo "Debian package management" nella Debian Reference ufficiale

What is Apt?

Apt (for Advanced Package Tool) is a set of core tools inside Debian. Apt makes it possible to:

Apt, which basically resolves problems of dependencies and retrieves the requested packages, works with dpkg, another tool, which handles the actual installation and removal of packages (applications). Apt is very powerful, and is primarily used on the command line (?console/terminal). There are, however, many GUI/Graphical tools to let you use Apt without having to touch the command line.

At the present time, aptitude is the recommended tool for interaction with the APT suite. APT tools should be used for specific management actions that may not be covered by aptitude, o where the later behaves more aggressively with dependencies.

Further Reading

I don’t find my package

If you don’t find a package, you can look for it in http://www.apt-get.org, where you can find the line you have to add to your SourcesList to have a repository with the desired package.