60.更换Yum源
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了60.更换Yum源相关的知识,希望对你有一定的参考价值。
注:有一些yum源提供的软件不全或者下载的速度 就比如国外的。。。更换yum源
相关命令
wget
rm
cp
案例
第一步
cp -rf /etc/yum.repos.d /bf/
PS:对源文件进行备份
第二步
[[email protected] yum.repos.d]# rm -rf /etc/yum.repos.d/*
PS:把yum源删掉
第三步
[[email protected] yum.repos.d]# wget http://mirrors.aliyun.com/repo/epel-6.repo
[[email protected] yum.repos.d]#wget http://mirrors.aliyun.com/repo/Centos-6.repo
下载yuan
第四步
[[email protected] yum.repos.d]# yum repolist
PS:进行更新
知识小提示:
安装扩展源
[[email protected] yum.repos.d]# yum install -y epel-release
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
以上是关于60.更换Yum源的主要内容,如果未能解决你的问题,请参考以下文章