ubuntu下按安装软件与卸载软件

在终端里可以安装软件也能卸载软件:

在终端里


安装软件 sudo apt-get install softname1 softname2 softname3……
卸载软件 sudo apt-get remove softname1 softname2 softname3……


卸载并清除配置 sudo apt-get remove –purge softname1
更新软件信息数据库 sudo apt-get update
进行系统升级 sudo apt-get upgrade
搜索软件包 sudo apt-cache search softname1 softname2 softname3……

安装deb软件包 sudo dpkg -i xxx.deb
删除软件包 sudo dpkg -r xxx.deb
连同配置文件一起删除 sudo dpkg -r –purge xxx.deb
查看软件包信息 sudo dpkg -info xxx.deb
查看文件拷贝详情 dpkg -L xxx.deb
查看系统中已安装软件包信息 dpkg -l
重新配置软件包 dpkg-reconfigure xxx

在“新立得”里

点搜索,输入软件名
在需要安装或卸载的软件上右击-点标记-最后点应用


参考http://blog.csdn.net/kesenhoo/article/details/6605273

来源:冬天的一缕阳光

声明:本站部分文章及图片转载于互联网,内容版权归原作者所有,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2013年10月26日
下一篇 2013年11月1日

相关推荐