一、查看当前使用的内核版本
uname -a
二、查询当前已安装的所有内核
rpm -qa | grep kernel
三、删除未使用的内核
dnf remove --oldinstallonly --setopt installonly_limit=2 kernel
注意:操作有风险,需谨慎处理