On 4/18/05, Langer, Christian <clanger@xxxxxxxxxxx> wrote: > I installed the latest fc3 kernel and would like to get rid of the old > one to save disk space; does anyone know how to do that? Figure out which kernel packages you want to remove. "rpm -q kernel" and/or "rpm -q kernel-smp" will list them Remove the ones you want with: yum erase kernel-2.6.10-..... (whatever the id was of the one you want to remove) Or if you want to use RPM, rpm -e kernel-2.6.10-..... -- David Registered Linux User 383030 (since everyone else was doing it 8-) ----------------------------------------------------------------------- There are only 10 kinds of people in this world, those who understand binary, and those who don't.