Folks, I'm not sure this is the right place for this, but it's in the wake of a new installation, so... Also, I did try #fedora but got no love, so I thought I'd try the forum.
Namely, I'm trying to remove the last vestiges of FC5 off my new machine. One place I'm running into trouble is in FC5 packages with a %postun error. There are at least two that I know of: scim-libs-1.4.4-9.4.fc5 and librsvg2-2.14.4-1.fc5.1. Doing a "yum remove pkg" on each of those gives me:
Code:
Running Transaction
Removing : scim-libs ######################### [1/1]
/usr/bin/update-gtk-immodules: line 27: /etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules: No such file or directory
error: %postun(scim-libs-1.4.4-9.4.fc5.i386) scriptlet failed, exit status 1
Removed: scim-libs.i386 0:1.4.4-9.4.fc5
Complete!
and
Code:
Running Transaction
Removing : librsvg2 ######################### [1/1]
/usr/bin/update-gdk-pixbuf-loaders: line 27: /etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders: No such file or directory
error: %postun(librsvg2-2.14.4-1.fc5.1.i386) scriptlet failed, exit status 1
Removed: librsvg2.i386 0:2.14.4-1.fc5.1
Complete!
Now, there could be others in my "rpm -qa | grep -i fc5" list, but when I noticed that these
weren't removed, despite yum saying they were, I decided to stop and see what to do here.
Also, just as an aside, what do I do when an FC5 package is newer than the FC6 package? With kbibtex, installed is 0.1.5-3.fc5 (from FC5 extras), but FC6 extras currently has 0.1.5-1.fc6 according to "yum search kbibtex".