[quote][size=2][url=forum.php?mod=redirect&goto=findpost&pid=424277&ptid=102818][color=#999999]NiaoRenIT 发表于 2022-10-31 20:03[/color][/url][/size]
执行 yum install -y unzip 还是报错[/quote]
原因: Centos 8官方已于2021年12月31日以后停止Centos 8支持、转至Centos 8 Stream项目支持
详细说明:[url=https://www.bt.cn/bbs/thread-82931-1-1.html]https://www.bt.cn/bbs/thread-82931-1-1.html[/url] 因此Centos 8已经无法正常安装宝塔面板及其他插件
解决方法:请更换至Centos 7或者可根据上面链接的方法升级Centos 8至Centos 8 Stream系统
*Centos 7 官方支持至2024年7月30日
*Centos 8 Stream 官方支持至2024年5月31日
临时解决方案:使用阿里云的官方旧镜像源
[code]\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[/code]
暂时可以装软件了,重新执行前面我发的命令
最终还是建议尽快更换或升级系统,面板兼容系统列表有:Centos7.x > Debian10 > Ubuntu 20.04 > Cenots 8 stream > Ubuntu 18.04 > 其它系统 |