On Tue, 2018-11-27 at 05:03 -0600, dsavage--- via users wrote: > If you run: > > rpm -qa | grep kernel | sort > > you'll get a list of all installed kernel, kernel-core, kernel-devel, and > other related packages all with their version numbers. If there are any of > those with the 4.14 kernel number, remove those packages too. Alternatively: rpm -qa kernel-\* (using the backslash to guard against Shell regex expansion) will do the same thing. poc _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx