Description of problem: I regularly update my machine using yum, it updated successfully, but by ----------- [root@aalam fonts]# rpm -qa | grep "scim-libs" scim-libs-1.4.4-19 scim-libs-1.4.4-18 scim-libs-1.4.4-17 scim-libs-1.4.4-24.fc6 ----------- Version-Release number of selected component (if applicable): scim-libs-1.4.4-24.fc6 Additional info: while try to remove package, then following is output ---------- [root@aalam fonts]# rpm -e scim-libs-1.4.4-19 ^[[8/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-19.i386) scriptlet failed, exit status 1 ----------
may this useful (some other packages are also there) {scim-bridge-gtkimm} ----------------- [root@aalam fonts]# rpm -qa|grep scim scim-bridge-gtkimm-0.1.12-2 scim-input-pad-0.1.1-4.fc6 scim-chewing-0.3.1-2.1 scim-libs-1.4.4-19 scim-anthy-1.0.0-4.fc6 scim-devel-1.4.4-24.fc6 scim-bridge-gtkimm-0.2.4-1.1.fc6 scim-m17n-0.2.0-5.fc6 scim-libs-1.4.4-18 scim-1.4.4-24.fc6 scim-bridge-0.2.4-1.1.fc6 scim-libs-1.4.4-17 scim-bridge-gtkimm-0.1.12-1.fc6 scim-libs-1.4.4-24.fc6 scim-doc-1.4.4-24.fc6 -----------------
That was what scim-1.4.4-22 fixed (to prevent the reappearance of the upgrade failure). so unfortunately running rpm -e --noscripts <older package's NEVR> is only the way to solve this issue AFAICT. so in this case, # rpm -e --noscripts scim-libs-1.4.4-19 scim-libs-1.4.4-18 scim-libs-1.4.4-17 does help you.