首页 > 其他 > 详细

Debian系列软件管理(第二版)

时间:2014-09-21 19:06:52      阅读:238      评论:0      收藏:0      [点我收藏+]

Debian系列软件管理

1、搜索软件包信息

apt-cache search

apt-cache search yum

 

2、查看软件包信息

apt-cache show rpm

 

3、安装软件

apt-get install rpm

选项: apt-get reinstall 覆盖安装

-f 修复安装

 

4、卸载,与YUM类似

apt-get remove rpm

选项: apt-get autoremove rpm 自动解决依赖关系

--purge 不报留配置文件

 

5、更新软件源

apt-get update

 

6、更新已安装软件包

apt-get upgrade

Debian系列软件管理(第二版)

原文:http://blog.csdn.net/zjf280441589/article/details/39453509

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!