CentOS 7 国内源配置

Posted 如梦dream

tags:

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

CentOS 7 国内源配置

#### 1. 备份自带源
# 首先要确认你有 wget 命令, 并且连着网
# cd /etc/yum.repos.d/
# mkdir repo
# mv *.repo repo

2. 下载国内源文件

# cd /etc/yum.repos.d/

# 1). 下载 CentOS7 源文件地址
# wget http://mirrors.163.com/.help/CentOS7-Base-163.repo

# 2). 因为网易没有 epel 源 所以要从阿里下载
# wget http://mirrors.aliyun.com/repo/epel-7.repo

3. 清除并初始化源数据缓存

# 1). 清除源数据缓存
# yum clean all

# 2). 初始化源数据缓存
# yum makecache

以上是关于CentOS 7 国内源配置的主要内容,如果未能解决你的问题,请参考以下文章

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

yum更改国内源

RedHat 7.2 配置163 CentOS YUM源

yum国内镜像

CentOS 7 更新源 – 使用国内 163 yum 源

Centos配置国内yum源