apt-get

*更新本机中的数据库缓存:

sudo apt-get update

 

*查找包含部分关键字的软件包:

sudo apt-cache search <你要查找的name>

 

*安装指定的软件:

sudo apt-get install <你要安装的软件包>

 

*下载软件包源代码(如果有的话):

apt-get source <你要下载的源代码包名>

posted @ 2014-07-14 23:46  fbihjp  阅读(137)  评论(0)    收藏  举报