查找软件
apt-cache search keyword
查询软件状态
apt-cache policy softname
安装软件
apt-get install softname1 softname2 softname3……
卸载软件
apt-get remove softname1 softname2 softname3……
卸载并清除配置
apt-get remove --purge softname1
更新软件信息数据库
apt-get update
进行系统升级
apt-get upgrade
安装deb软件包
dpkg -i xxx.deb