CentOS8 Stream 更新yum仓的设置
发布时间:2024-11-06 08:33       
更新时间:2024-11-06 08:34
如装的是cent os 8 Stream,须要先执行以下操作,才能正常安装软件
更新YUM仓:
1、执行
sed -e "s|^mirrorlist=|#mirrorlist=|g" -e "s|^#baseurl=http://mirror.centos.org/\$contentdir/|baseurl=https://mirrors.aliyun.com/centos-vault/|g" -i.bak /etc/yum.repos.d/CentOS-Stream-*.repo
2、执行
然后执行:
yum makecache
3、执行
dnf update 更新系统命令