https://centos.pkgs.org/8-stream/centos-appstream-x86_64/
http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/Packages/
我是centOS的新手。我想添加这两个存储库,以便每当我使用 yum install 时我都能从它们中获取最新的软件包。
例如,我想安装 clang 17。目前,当我输入 yum install clang 时,它显示 clang 12 ,它已经非常过时了。
我想要的结果是当我输入时
sudo yum install clang
它显示 clang 版本 17
答案1
编辑文件/etc/yum.repos.d/CentOS-Base.repo
,然后将这些存储库添加到您的列表中:
"mirrorlist=example.com/...",
"mirrorlist=example2.com/...",