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

办法一,用yum更新降级。

yum clean all
yum update

# 重启服务器
reboot

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

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

# 降级内核
dnf update kernel -y              

# 降级系统软件
dnf update -y            

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理