CentOS7设置镜像源

Posted sanqima

tags:

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

    CentOS7每隔一段时间就会更新或者打补丁,其原生的镜像源访问速度太慢,故而改成速度比较快的阿里云镜像。
    下面,介绍其配置方法。

1、安装wget

yum install -y wget

2、下载CentOS7版本的.repo文件

//备份原文件
cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak

//下载新文件
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

3、更新yum

yum update

4、重启系统

reboot

以上是关于CentOS7设置镜像源的主要内容,如果未能解决你的问题,请参考以下文章

利用镜像安装centos7

为啥刚下载下来的centos7一直显示找不到镜像资源

centos7桌面-镜像源

跪求centos7.1iso镜像 64位官方版软件百度云资源

VMware Workstation创建虚拟机、安装CentOS7、配置网络

CentOS7 配置网卡端口镜像