Centos 修改yum源为aliyun

Posted sunshinekimi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos 修改yum源为aliyun相关的知识,希望对你有一定的参考价值。

修改服务器源,避免长途跋涉到国外:

位置:

vim  /etc/yum.repos.d/CentOS-Base.repo

技术图片

 

 aliyun地址:

设置aliyun的yum源

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

添加epl源:

装上 EPEL后,可以像在 Fedora 上一样,可以通过 yum install package-name,安装更多软件。

wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-7.repo

清理缓存,生成新的yum以及epl缓存:

4.清理缓存并生成新的缓存

yum clean all
yum makecache

yum   update  

以上是关于Centos 修改yum源为aliyun的主要内容,如果未能解决你的问题,请参考以下文章

修改CentOS默认yum源为国内yum镜像源

Centos修改yum源为163

修改CentOS默认yum源为国内yum镜像源

Centos 修改yum源为aliyun

CentOS修改yum源为阿里云

Centos-7修改yum源为国内的yum源