您好!Centos官方已经停止了对Centos 8系统的更新和维护了,您那边可先将您服务器的yum镜像源更换到临时yum镜像源
重新执行更新面板命令然后再看看是否正常
临时yum镜像:
- \cp -r /etc/yum.repos.d/ ~/yum.repos.d.bak
- rm -rf /etc/yum.repos.d/*
- curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo
- yum makecache
复制代码
修复命令:
- curl https://download.bt.cn/install/update_panel.sh|bash
复制代码 |