Results 1 to 2 of 2
Hi guys, today I tried updating my machine using yum to get the following error:
Code:
--> Finished Dependency Resolution
Error: Protected multilib versions: gtk3-3.2.3-1.fc16.i686 != gtk3-3.2.2-4.fc16.x86_64
After getting this ...
- 01-27-2012 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 4
Issues with updating GTK3 using YUM
Hi guys, today I tried updating my machine using yum to get the following error:
After getting this I found I had both i686 and 86_64 versions of this package.Code:--> Finished Dependency Resolution Error: Protected multilib versions: gtk3-3.2.3-1.fc16.i686 != gtk3-3.2.2-4.fc16.x86_64
I read somewhere of someone having similar issues but with a different package so i tried:
but it ended with:Code:yum upgrade --setopt=protected_multilib=false
Can anyone help? Should I just remove the i686 version?Code:Total 414 kB/s | 3.0 MB 00:07 Running Transaction Check Running Transaction Test Transaction Check Error: file /usr/share/locale/es/LC_MESSAGES/gtk30.mo from install of gtk3-3.2.3-1.fc16.i686 conflicts with file from package gtk3-3.2.2-4.fc16.x86_64 file /usr/share/locale/sk/LC_MESSAGES/gtk30.mo from install of gtk3-3.2.3-1.fc16.i686 conflicts with file from package gtk3-3.2.2-4.fc16.x86_64 file /usr/share/man/man1/gtk-query-immodules-3.0.1.gz from install of gtk3-3.2.3-1.fc16.i686 conflicts with file from package gtk3-3.2.2-4.fc16.x86_64 Error Summary
Thanks
- 01-28-2012 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
This is probably due to some other package that is installed still being dependent upon the older version. If you want to upgrade everything else, just add the --skip-broken option to the yum command.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote