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.
Az APT futtatása rendszergazdai jogosultságot igényel
Az APT-vel használható általános parancsok:
Csomagok telepítése:
sudo apt-get install csomagnév
Csomagok eltávolítása:
sudo apt-get remove csomagnév
Csomagok keresése:
apt-cache search kulcsszó
Új listák beszerzése az elérhető csomagokról:
sudo apt-get update
Upgrade system with available updates:
sudo apt-get dist-upgrade
További parancsok és kapcsolók listája:
apt-get help
For further information about the use of APT, you can read the comprehensive Debian APT User Manual.