Centos7 修改yum源为阿里云
Posted funbin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7 修改yum源为阿里云相关的知识,希望对你有一定的参考价值。
1.备份原来的yum文件
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak
2.下载阿里云yum配置到 /etc/yum.repos.d/
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
3.更新
yum makecache
yum -y update
...等待完成
以上是关于Centos7 修改yum源为阿里云的主要内容,如果未能解决你的问题,请参考以下文章