centos8下载不了镜像源

Posted

tags:

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

参考技术A 解决方式
1: cd /etc/yum.repos.d
2: vi CentOS-Linux-AppStream.repo 开启并修改baseUrl 为vault即可
3:vi CentOS-Linux-BaseOS.repo 同理
4:vi CentOS-Linux-Extras.repo 同理

wget和yum下载慢,更换阿里镜像源

1.安装wget

yum install -y wget

2.完事前都做备份

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

3.下载阿里云镜像文件

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

 

4.清理缓存

yum clean all


5.生成缓存

yum makecache


6.更新最新源设置

yum update -y


原文链接:https://blog.csdn.net/u014514528/java/article/details/101083047

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

如何搭建一个本地centos8源(以minimal镜像为例)

Podman使用国内阿里镜像源(centos8)

centos8.3安装卡在安装源

Linux学习 - 02 使用 - Centos8 - 『更换rpm/epel包源为国内源』

CentOS 8 EOL如何切换源?

CentOS8 yum源配置