CentOS7 修改yum源为阿里源

1.备份本地yum源

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak

2.获取阿里yum源配置文件

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

3.更新yum缓存

yum makecache

4.查看当前yum源

yum repolist

你可能感兴趣的:(CentOS7 修改yum源为阿里源)