On Sun, 12 Sep 2004 13:47:22 -0400, Christian Del Pino wrote: > I ran rpm -Va and I noticed that on the packages listed when I try to > remove the kernel, I got the following: > > Unsatisfied dependencies for iptables-1.2.9-2.3.1: kernel >= 2.4.20 > > What would I need to do? Looks like your RPM database is damaged. First try: rpm -vv --rebuilddb If that doesn't fix it, get a kernel package of your liking and install it with options -ivh --justdb --noscripts --notriggers --force That should fix the RPM database entry for that kernel package.