CentOS 8 换源,设置dnf/yum镜像
Posted wswind
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 8 换源,设置dnf/yum镜像相关的知识,希望对你有一定的参考价值。
centos 8 出来已经很久了,可各个镜像站的帮助文档迟迟不更新。
只能自己动手了,这里以阿里云为例
cd /etc/yum.repos.d
#备份
cp CentOS-Base.repo CentOS-Base.repo.bak
cp CentOS-AppStream.repo CentOS-AppStream.repo.bak
cp CentOS-Extras.repo CentOS-Extras.repo.bak
sed -i 's/mirrorlist=/#mirrorlist=/g' CentOS-Base.repo CentOS-AppStream.repo CentOS-Extras.repo
sed -i 's/#baseurl=/baseurl=/g' CentOS-Base.repo CentOS-AppStream.repo CentOS-Extras.repo
sed -i 's/http://mirror.centos.org/https://mirrors.aliyun.com/g' CentOS-Base.repo CentOS-AppStream.repo CentOS-Extras.repo
以上是关于CentOS 8 换源,设置dnf/yum镜像的主要内容,如果未能解决你的问题,请参考以下文章