CentOS默认的yum源不是国内的yum源,在通过yum安装一些软件的时候,会出现这样那样的错误,以及在下载安装的速度上也是非常慢的。

所以这个时候就需要将yum源替换成国内的yum源,国内主要开源的开源镜像站点应该是网易和阿里云了。下面分别记录替换未阿里云和网易的方法:

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。

一、修改CentOS默认yum源为mirrors.aliyun.com

1、首先备份系统自带的yum源配置文件     /etc/yum.repos.d/CentOS-Base.repo

# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

2、进入yum源配置文件所在的文件夹

# cd /etc/yum.repos.d/

3、下载aliyun的yum源配置文件到/etc/yum.repos.d/

CentOS 7:

# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

CentOS 6:

# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

CentOS 5:

# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo

4、运行yum makecache生成缓存

# yum makecache

5、更新系统

# yum -y update

 

二、修改CentOS默认yum源为mirrors.163.com

1、首先备份系统自带的yum源配置文件     /etc/yum.repos.d/CentOS-Base.repo

# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

2、进入yum源配置文件所在的文件夹

# cd /etc/yum.repos.d/

3、下载163的yum源配置文件到/etc/yum.repos.d/

CentOS 7:

# wget http://mirrors.163.com/.help/CentOS7-Base-163.repo

CentOS 6:

# wget http://mirrors.163.com/.help/CentOS6-Base-163.repo

CentOS 5:

# wget http://mirrors.163.com/.help/CentOS5-Base-163.repo

4、运行yum makecache生成缓存

# yum makecache

5、更新系统

# yum -y update

 

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄