更改centos 7的源为阿里源

Posted viof7852

tags:

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

阿里源的网址在这里:http://mirrors.aliyun.com/repo/

一.进入源文件存放目录

cd /etc/yum.repos.d

二.安装基本源:

1.如果要备份原来的源文件

sudo mv CentOS-Base.repo CentOS-Base.repo.bak

2.下载阿里源文件

sudo wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

三.安装epel repo源:

1.下载eper源(强大的第三方源类库)

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

四.清理缓存

yum clean all

五.重新生成缓存

yum makecache

如下显示,表示安装成功

 查看当前源

yum repolist

 

以上是关于更改centos 7的源为阿里源的主要内容,如果未能解决你的问题,请参考以下文章

centos7修改yum下载源为阿里源

CentOS 7 换yum源

CentOS 7 换yum源

Centos7 更换yum源

更改yum源为阿里云的yum源

一键修改 yum 源为 aliyun 阿里源 Shell 脚本