码迷,mamicode.com
首页 > 系统相关 > 详细

linux使用apt-get安装软件与卸载软件

时间:2014-07-11 11:07:21      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:style   color   使用   strong   文件   linux   

1.安装软件:

sudo apt-get install ABC 和 sudo aptitude install ABC

当然,上面的ABC只是虚构的软件.Sudo表示你授权管理员(超级用户)权限给下面的命令.这需要你输入管理员密码.这和你打开新立得的时候需要输入密码是一样的道理,只不过现在是在终端下而已.如果你直接输入sudo aptitude,你会看到一个类似于命令行版本的新立得软件包管理器.

你还可以像在新立得里面搜索软件一样使用命令行搜索.命令如下:

apt-cache search ABC 或者 aptitude search ABC

2.卸载软件

删除软件包命令:

sudo apt-get remove ABC 和 sudo aptitude remove ABC

同时删除配置文件:

sudo apt-get remove –purge ABC 和  sudo aptitude purge ABC

linux使用apt-get安装软件与卸载软件,布布扣,bubuko.com

linux使用apt-get安装软件与卸载软件

标签:style   color   使用   strong   文件   linux   

原文地址:http://www.cnblogs.com/youngyaya/p/3833973.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!