
APT (Advanced Packaging Tool) is a powerful package management system, which is the basis for the graphical Software Management application. APT automatically handles dependencies and performs other package operations that are required for package installation.
Note
Running APT requires administrative privileges. Entering commands with "sudo" generates a password prompt. Several of the commands below will not run without sudo.
APT üldised käsud on:
Paigalda pakett:
sudo apt-get install paketi nimi
Eemalda pakett:
sudo apt-get remove paketi nimi
Eemalda pakettide sõltuvused, mida enam ei vajata:
sudo apt-get autoremove
Otsi pakette:
apt-cache search märksõna
Loendi saamiseks saadavalolevate pakettide kohta:
sudo apt-get update
Install the latest available updates for the applications currently installed:
sudo apt-get upgrade
Vaata rohkem käske:
apt-get help
Tip
Lisainformatsiooni APT kasutamise kohta leiad Debian APT kasutusjuhendist.