修改为阿里源
备份默认的yum源文件

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

下载阿里源文件

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

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

刷新yum缓存

yum makecache
posted on 2019-11-23 17:39  芝麻的西瓜  阅读(474)  评论(0编辑  收藏  举报