Linux 修改yum源为国内镜像

时间:2021-05-24 00:17:21   收藏:0   阅读:0

centos7 修改yum源为阿里源

# 备份旧配置信息
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak

# 下载阿里云源
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo

# 更新yum源
yum makecache
yum repolist

技术图片

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!