ubuntu 下软件的安装与卸载

安装软件

命令: 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……

Deb软件包相关安装与卸载

安装deb软件包

命令: dpkg -i xxx.deb

猜你喜欢

转载自hanxuedog.iteye.com/blog/1274010