Eddie, Actually you should never simply "rm" any file(s) originally installed by rpm/yum/dnf. You're sure to have configuration and other support files left behind as orphans. If you use yum/dnf to remove the 4.14 kernel, when you install the next kernel update the /boot directory will again have three kernels plus the rescue. yum remove kernel-4.14.8-300.fc27.x86_64 --Doc PS 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. > > On 11/27/18 3:17 AM, dsavage--- via users wrote: >> Eddie, >> >> Easy. At a CLI prompt type: >> >> ls -l /boot | grep vmlinuz >> >> You should see a "vmlinuz-0" rescue kernel followed by the three latest >> installed kernels. For the most recently updated F29 these will be >> 4.19.2-300, 4.19.2-301, and 4.19.3-300. If you have any numbered below >> 4.19.2-300, you can safely remove them with dnf/yum. >> >> --Doc > > Thanks for the reply....when I grep that info?...there's > > vmlinuz-4.14.8-300.fc27.x86_64 > > vmlinuz-4.19.2-301.fc29.x86_64 > > vmlinux-4.19.3-300.fc29.x86_64 > > I assume a simple "rm /path-to-/file-name will suffice?...(not too > familiar with removing things any other way from the Terminal!) > > > > EGO II > _______________________________________________ > 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 > Robert G. (Doc) Savage Fairview Heights, IL "Perfection is the enemy of good enough." -- Admiral of the Fleet Sergei G. Gorshkov _______________________________________________ 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