APT (Advanced Packaging Tool) is a powerful package management system, on which the graphical programs Add/Remove Programs and Adept are based. APT automatically handles dependencies and performs other operations on system packages to allow the installation of the desired packages.
Sunt necesare drepturi administrative pentru a rula APT.
Câteva comenzi obișnuite ce pot fi folosite cu APT:
Instalează pachete:
sudo apt-get install packagename
Dezinstalează pachete:
sudo apt-get remove packagename
Căutați pachetele:
apt-cache search cuvânt cheie
Restabiliți noi liste cu pachete valabile:
sudo apt-get update
Actualizați sistemul cu aplicații disponibile:
sudo apt-get dist-upgrade
List further commands and options:
apt-get help
For further information about the use of APT, you can read the comprehensive Debian APT User Manual.