Find the answer to your Linux question:
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 ...
  1. #1
    Just 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:
    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 I found I had both i686 and 86_64 versions of this package.

    I read somewhere of someone having similar issues but with a different package so i tried:
    Code:
    yum upgrade --setopt=protected_multilib=false
    but it ended with:
    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
    Can anyone help? Should I just remove the i686 version?

    Thanks

  2. #2
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...