Hise Chapman wrote:

> I used RHN to update the kernel and now see multiple versions of linux
> on my grub loader screen.  I'm happy enough with the new version to
> trust getting rid of the old one.... how do I do that?
>
> Thanks for any input you may have.
>
> --Hise
>

rpm -e <old kernel version>

For instance (RH 8.0)

First rpm -qa | grep kernel to get a list of all kernel packages installed.

rpm -e kernel-2.4.18-17.8.0
rpm -e kernel-2.4.18-14

Add lines for source, doc, smp, etc. if it applies.

Keep only the latest version if you're sure the previous ones work okay for
you.

-Rick
--
Rick Johnson, RHCE - [EMAIL PROTECTED]
Linux/WAN Administrator - Medata, Inc. (from home)
PGP Key: https://mail.medata.com/pgp/rjohnson.asc




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to