When I try to update my system with yum upgrade, I get a bunch of error messages at the end that say something like: Error: Requiring package SOME_PKG not in transaction set nor in rpmdb I've tried to figure out what this means to no avail. Is there some way I can add those packages to the transaction set (whatever that is) or to the rpmdb? Here's the list of packages that it is complaining about: gnome-panel-2.8.1-3.i386 rhpl-0.148-1.i386 rpm-devel-4.3.1-0.3.i386 libgnomeprint22-2.8.0-2.i386 system-config-packages-1.2.20-1.noarch gimp-2.0.5-5.i386 desktop-printing-0.17-3.i386 gnome-vfs2-2.8.2-8.i386 kdewebdev-3.3.1-1.i386 evolution-2.0.2-3.i386 gcc-g77-3.3.3-7.i386 httpd-2.0.52-3.1.i386 apr-util-0.9.4-14.2.i386 kudzu-1.1.95-1.i386 This system was upgraded from a FC2 install using yum. Something must have gone wrong during that process, but I have no idea what. If I try to upgrade one of those separately, this is what I get: $yum upgrade gimp-2.0.5-5.i386 Setting up Upgrade Process Setting up Repo: base repomd.xml 100% |=========================| 1.1 kB 00:00 Setting up Repo: updates-released repomd.xml 100% |=========================| 951 B 00:00 Reading repository metadata in from local files base : ################################################## 2622/2622 updates-re: ################################################## 169/169 Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package gimp.i386 1:2.0.5-5 set to be updated --> Running transaction check --> Processing Dependency: libwmf-0.2.so.7 for package: gimp --> Processing Dependency: libwmflite-0.2.so.7 for package: gimp --> Finished Dependency Resolution Error: Requiring package gimp-2.0.5-5.i386 not in transaction set Any ideas or suggestions? cory