--- On Wed, 3/30/11, Mike Wright mike.wright@mailinator.com wrote:
From: Mike Wright mike.wright@mailinator.com Subject: yum install problem To: "Community support for Fedora users" users@lists.fedoraproject.org Date: Wednesday, March 30, 2011, 2:12 PM Hi all,
Playing around in rawhide and now know why it's called that ;)
I've been trying to install a package via yum and get the following:
Transaction Check Error: file /usr/bin/gnome-font-viewer from install of gnome-utils-1:2.91.90-1.fc15.x86_64 conflicts with file from package control-center-1:2.32.0-1.fc14.x86_64 file /usr/bin/gnome-thumbnail-font from install of gnome-utils-1:2.91.90-1.fc15.x86_64 conflicts with file from package control-center-1:2.32.0-1.fc14.x86_64 file /usr/share/applications/gnome-font-viewer.desktop from install of gnome-utils-1:2.91.90-1.fc15.x86_64 conflicts with file from package control-center-1:2.32.0-1.fc14.x86_64
Each is a conflict with gnome-utils.
Is there a way to tell yum to refuse to update the gnome-utils package?
TIA, :m)
--
You may want to try
# yum update -y --exclude=gnome-utils --skip-broken
and see if the update(s) succeed?
Regards,
Antonio