Ubuntu常用软件包deb的安装与卸载命令
主要用到apt-get
, dpkg
两个命令
快速使用
apt-get的常用命令
Apt-Get | Discription |
---|---|
apt-get install softname1 softname2 softname3… | 安装软件 |
apt-get remove softname1 softname2 softname3… | 卸载软件 |
apt-get remove –purge softname1 | 卸载并清除配置 |
apt-get update | 更新软件信息数据库 |
apt-get upgrade | 进行系统升级 |
apt-cache search softname1 softname2 softname3… | 搜索软件包 |
apt-get -f install | 修正(依赖关系)安装 |