... > > What is the current, simple, best practice f38 way of removing the oldest kernel, both > from the hard drive and from the grub menu? > > What is the current, simple, best practice, f38 way of removing the oldest memtest, both > from the hard drive (if it's there) and from the grub menu? rpm -q kernel-core will list all install kernels sudo dnf remove kernel-core-<eldest version number here> kernel-core is a metapackages and will remove all kernel packages belonging to a kernel version rpm -q memtest or rpm -qa | grep memtest sudo dnf remove <eldest memtest> -- _______________________________________________ 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 Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue