apt-get 命令常用选项

2017-07-19  本文已影响0人  李方成

查找软件

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
上一篇 下一篇

猜你喜欢

热点阅读