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.
הרצת APT דורשת הרשאות ניהוליות.
מספר פעולות נפוצות שניתנות לשימוש עם APT:
התקנת חבילות:
sudo apt-get install packagename
הסרת חבילות:
sudo apt-get remove packagename
חיפוש חבילות:
apt-cache search keyword
Retrieve new lists of available packages:
sudo apt-get update
עדכון מערכת עם עדכונים זמינים:
sudo apt-get upgrade
רשימת פקודות ואפשרויות:
apt-get help
For further information about the use of APT, you can read the comprehensive Debian APT User Manual.