On Wed, 2003-03-19 at 13:24, [EMAIL PROTECTED] wrote: > I've upgraded my kernel a few times and would like to remove my old > versions now that I know the newer ones work (RedHat up2date). > > Anyplace you can direct me on how to do this? These are RPM updates can I > use RPM to get rid of the old versions?
This will list all RPM's installed that begin with "kernel" so you can see which you have installed: rpm -qa kernel* You can then do: rpm -e kernel-someversion kernel-someotherversion with as many tagged on as needed to remove them. -- Michael Golden <[EMAIL PROTECTED]>
signature.asc
Description: This is a digitally signed message part
