进入阿里镜像网站,选择相应的系统源。
https://developer.aliyun.com/mirror/
CentOS7
先清除系统默认的repo
下载基本源
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
下载扩展源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
更新yum
yum makecache