APT (Advanced Packaging Tool) is a powerful package management system, on which the graphical programs Software Management 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
更多關於使用APT的訊息,請參閱 Debian APT 使用者手冊。