Centos如何安装阿里云yum源

Centos如何安装阿里云yum源
备份系统自带的yum源

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
Centos如何安装阿里云yum源

下载和自己操作系统版本对应的yum源
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
Centos如何安装阿里云yum源
查看里面的内容,确实已经由系统自带的yum源替换为了阿里的yum源了。
Centos如何安装阿里云yum源
测试yum安装:
Centos如何安装阿里云yum源