您的位置:首页 > 其它

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

2013-12-01 08:18 295 查看
在终端里可以安装软件也能卸载软件:

在终端里

安装软件 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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息