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 套件名稱
移除套件:
sudo apt-get remove 套件名稱
找尋套件:
apt-cache search 關鍵字
重新取得可用的新套件列表:
sudo apt-get update
以可用的更新升級系統:
sudo apt-get dist-upgrade
列出更深入的指令及選項:
apt-get help
你可以全面參閱