linux 修改yum源 步骤

1. cd到系统yum源的目录下,即:cd/etc/yum.repos.d 

2.备份系统默认yum源:mvCentOS-Base.repo CentOS-Base.repo.bk

3.按照自己的版本下载源,我是CentOS 7,使用命令:

wget http://mirrors.163.com/.help/CentOS7-Base-163.repo (这里使用163的yum源 同样的可以使用阿里的等等)

4.更改网易的源为默认的系统yum源,即:

  mv CentOS6-Base-163.repo CentOS-Base.repo

5出现下列错误

file://media/CentOS_5.2_Final/repodata/repomd.xml:[Error 5] OSError:[Errno 2]

Trying other mirror.

Error: Cannot retrieve repository metadata(repomd.xml) for repository: c5-media.

Please verify its path and try again

问题原因:/etc/yum.repos.d目录下配置文件

CentOS-Media.repo文件影响Yum访问源

解决方法:将CentOS-Media.repo文件删除

rm -rf CentOS-Media.repo

6. yum clean all

7. yum makecache