注:有一些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
本文转自 闪电王 51CTO博客,原文链接:http://blog.51cto.com/sdwaqw/2059184