[Centos] Removing older kernel packages

Wed May 26 23:28:32 UTC 2004
seth vidal <skvidal at phy.duke.edu>

On Thu, 2004-05-27 at 01:23 +0200, Taco Scargo wrote:
> > I don't know about yum, but with rpm you can just do:
> > rpm -e kernel-2.4.21-9.0.1.EL.c0
> > and that should take care of your problem.
> 
> I know, but I want to know it for yum, I guess it should be possible.
> How to remove it using rpm is no problem. I was just wondering what I was
> doing wrong.

yum doesn't have version-specified removes. It will in a future version
- but it doesn't as of 2.0.7.

-sv