办法一,用yum更新降级。
yum clean all
yum update
# 重启服务器
reboot
# 查看以后零碎版本
cat /etc/redhat-release
办法二,dnf update降级内核和软件。
# 降级内核
dnf update kernel -y
# 降级系统软件
dnf update -y
yum clean all
yum update
# 重启服务器
reboot
# 查看以后零碎版本
cat /etc/redhat-release
# 降级内核
dnf update kernel -y
# 降级系统软件
dnf update -y
发表回复