centos7修改yum下载源为阿里源
Posted 菲菲菲菲菲常新的新手
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7修改yum下载源为阿里源相关的知识,希望对你有一定的参考价值。
在国内很多yum源不好用,所以改成国内的源很有必要
首先,切换到yum源目录
cd /etc/yum.repos.d
备份一下
sudo mv CentOS-Base.repo CentOS-Base.repo.backup
下载阿里的源
sudo wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
清理缓存
yum clean all
重新生成缓存
yum makecache
以上是关于centos7修改yum下载源为阿里源的主要内容,如果未能解决你的问题,请参考以下文章
Linux(CentOS7.1)修改默认yum源为国内的阿里云yum源