Ubuntu 安裝、卸載軟件的命令 apt-get/dpkg
更新軟件信息數據庫 apt-get
update
進行系統升級 apt-get upgrade
搜索軟件包 apt-cache search softname1 softname2 softname3……
進行系統升級 apt-get upgrade
搜索軟件包 apt-cache search softname1 softname2 softname3……
安裝軟件 apt-get install
softname1 softname2 softname3……
卸載軟件 apt-get remove
softname1 softname2 softname3……卸載并清除配置 apt-get remove --purge softname1
安裝deb軟件包 dpkg -i xxx.deb
刪除軟件包 dpkg -r xxx.deb
連同 配置文件一起刪除 dpkg -r --purge xxx.deb
查看軟件包信息 dpkg -info xxx.deb
查看文件拷貝詳情 dpkg -L xxx.deb
查看系統中已安裝軟件包信息 dpkg -l
重新配置軟件包 dpkg-reconfigure xxx