I get this error from yum update:
--> Running transaction check
--> Processing Dependency: /usr/bin/update-gtk-immodules for package:
gnome-utils
--> Finished Dependency Resolution
Error: missing dep: /usr/bin/update-gtk-immodules for pkg gnome-utils
I get the same error from yum --exclude=gnome-utils update.
But:
rpm -qif /usr/bin/update-gtk-immodules
Name : gtk2 Relocations: (not relocatable)
Version : 2.4.13 Vendor: Red Hat, Inc.
Release : 2 Build Date: Wed 20 Oct 2004
12:54:53
.................
So I got both gtk2 and gnome-utils from fedora. Both installed without a
problem.
rpm -q gtk2 gnome-utils
gtk2-2.4.13-2
gnome-utils-2.8.0-5
FWIW, yum does not show gnome-utils on its list of updates.
Is there a way to tell yum to forget about this dependency? Or is it telling
me something I really need to know?
sean