关于centos8:centos8系统更新或升级

3次阅读

共计 137 个字符,预计需要花费 1 分钟才能阅读完成。

办法一,用 yum 更新降级。

yum clean all
yum update

# 重启服务器
reboot

# 查看以后零碎版本
cat /etc/redhat-release

办法二,dnf update 降级内核和软件。

# 降级内核
dnf update kernel -y              

# 降级系统软件
dnf update -y            
正文完
 0