首页 > 其他 > 详细

60.更换Yum源

时间:2018-01-09 21:11:52      阅读:224      评论:0      收藏:0      [点我收藏+]
注:有一些yum源提供的软件不全或者下载的速度 就比如国外的。。。

更换yum源

相关命令

wget
rm
cp

案例

第一步

cp -rf /etc/yum.repos.d /bf/
PS:对源文件进行备份

第二步

[root@localhost yum.repos.d]# rm -rf /etc/yum.repos.d/*
PS:把yum源删掉

第三步

[root@localhost yum.repos.d]# wget http://mirrors.aliyun.com/repo/epel-6.repo
[root@localhost yum.repos.d]#wget http://mirrors.aliyun.com/repo/Centos-6.repo
下载yuan

第四步

[root@localhost yum.repos.d]# yum repolist
PS:进行更新



知识小提示:

安装扩展源

[root@localhost yum.repos.d]# yum install -y epel-release
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile

60.更换Yum源

原文:http://blog.51cto.com/sdwaqw/2059184

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