查找軟件
apt-cache search keyword
查詢軟件狀態(tài)
apt-cache policy softname
安裝軟件
apt-get install softname1 softname2 softname3……
卸載軟件
apt-get remove softname1 softname2 softname3……
卸載并清除配置
apt-get remove --purge softname1
更新軟件信息數據庫
apt-get update
進行系統(tǒng)升級
apt-get upgrade
安裝deb軟件包
dpkg -i xxx.deb