On Sun, 26 Jul 2020 22:50:07 +0530 Sreyan Chakravarty <sreyan32@xxxxxxxxx> wrote: > Is there a way to remove the kernel ? Run rpm -qa | grep -i kernel\* | less In the resulting list, you will see all installed packages associated with kernel-5.7*, the kernel that you want to remove. dnf will not let you remove a running kernel, so you will have to reboot, hit space or F2 or ... while booting to bring up the grub menu. Then, select the 5.6 kernel you want to run, and boot it. Now, run dnf remove [list of kernel packages found above] And, voilá, the kernel it is gone. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx