CentOS 更换 YUM 镜像源

Posted 小伍

tags:

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

1. 安装 wget
type wget
# 如果找不到wget命令,需要先安装
yum -y install wget
2. 备份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
3. 下载
# CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
# CentOS 8
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo
4. 生成缓存
# 清除缓存
yum clean all
# 生成缓存,建立元数据
yum makecache

参考:https://developer.aliyun.com/...

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

Linux更换yum源

CentOS更换镜像源

将Centos的yum源更换为国内的阿里云源

Centos7更换国内镜像

将Centos的yum源更换为国内的阿里云源

利用阿里云提供的镜像快速更换本地的yum源