centos下将系统预置yum源更换为阿里云源
Posted 简单侠
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos下将系统预置yum源更换为阿里云源相关的知识,希望对你有一定的参考价值。
参考:http://mirrors.aliyun.com/help/centos?spm=5176.bbsr150321.0.0.d6ykiD
步骤1:备份/etc/yum.repos.d/下的CentOS-Base.repo为CentOS-Base.repo.backup 并更换为阿里云源
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
更换后效果:
步骤2:运行yum makecache生成缓存
附:删除yum缓存可用
rm -rf /var/cache/yum/*
或
yum clean all
至此,阿里云yum源更换完成,希望对你有帮助~
以上是关于centos下将系统预置yum源更换为阿里云源的主要内容,如果未能解决你的问题,请参考以下文章