Centos7 使用阿里云的yum源
Posted 瓶子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7 使用阿里云的yum源相关的知识,希望对你有一定的参考价值。
1. 备份原来的yum源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2. 下载阿里云的CentOS-Base.repo 到/etc/yum.repos.d/
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
执行结果如下图:
3. 清理缓存
sudo yum clean all
执行结果:
4. 生成新的缓存
sudo yum makecache
执行结果:
相关链接:
以上是关于Centos7 使用阿里云的yum源的主要内容,如果未能解决你的问题,请参考以下文章