popt-1.13 update problem
I have a reasonably fresh install of Fedora 8 with nvidia drivers installed. When I log in a message pops up telling me updates are available. Initially I had problems with ldap and glib2 updating but they have cleared.
Now the only problem remaining is with popt. It fails to update with locale files conflicting with version 1.12-3.fc8. The output below shows what I get from the command line.
This problem has been there from the beginning. The first time I logged in after installation I got the pop-up window and told it to go ahead with updates before I customised anything. I selectively updated until I had only popt, glib2, and ldap remaining. glib2 and ldap updated OK today.
How do I get rid of 1.12-3.fc8 so I can do a 'yum update'?
TIA
Jim
--------------------
# locate popt | grep rpm -
/usr/lib/rpm/rpmpopt-4.4.2.2
/var/cache/yum/updates/packages/popt-1.13-1.fc8.i386.rpm
/var/cache/yum/updates/packages/popt-1.13-1.fc8.x86_64.rpm
# cd /var/cache/yum/updates/packages
# rpm -Uvh popt-1.13-1.fc8.i386.rpm
Preparing... ########################################### [100%]
package popt-1.13-1.fc8.x86_64 is already installed
# rpm -qa | grep popt -
popt-devel-1.13-1.fc8
popt-1.13-1.fc8
popt-1.12-3.fc8
popt-1.12-3.fc8
# rpm -e popt-1.12-3.fc8
error: "popt-1.12-3.fc8" specifies multiple packages
# rpm -Uvh popt-1.13-1.fc8.i386.rpm
Preparing... ########################################### [100%]
file /usr/share/locale/cs/LC_MESSAGES/popt.mo from install of popt-1.13-1.fc8.i386 conflicts with file from package popt-1.12-3.fc8.x86_64
<snip>
file /usr/share/locale/wa/LC_MESSAGES/popt.mo from install of popt-1.13-1.fc8.i386 conflicts with file from package popt-1.12-3.fc8.x86_64
#
|