CentOS 8 已经悄悄拆分了它的 repo 文件,大一统的 CentOS-Base.repo 已经不复存在,起码在我主机上现在是这个情况:
[root@localhost yum.repos.d]# ls
CentOS-Linux-AppStream.repo CentOS-Linux-HighAvailability.repo epel-multimedia.repo
CentOS-Linux-BaseOS.repo CentOS-Linux-Media.repo epel-playground.repo
CentOS-Linux-ContinuousRelease.repo CentOS-Linux-Plus.repo epel.repo
CentOS-Linux-Debuginfo.repo CentOS-Linux-PowerTools.repo epel-testing-modular.repo
CentOS-Linux-Devel.repo CentOS-Linux-Sources.repo epel-testing.repo
CentOS-Linux-Extras.repo docker-ce.repo rpmfusion-free-updates.repo
CentOS-Linux-FastTrack.repo epel-modular.repo rpmfusion-free-updates-testing.repo


看了看,似乎 TUNA 和 USTC 的镜像站帮助都还没有对应的修改,其中 USTC 的配置文件还把扩充库扬了。
好家伙,没有 PowerTools 可没法 dnf 直接装 ffmpeg 。

ref:
https://mirrors.tuna.tsinghua.edu.cn/help/centos/
http://mirrors.ustc.edu.cn/help/centos.html
https://wiki.centos.org/zh/AdditionalResources/Repositories

upd:USTC 已修复
 
 
Back to Top