Re: yum -- Protected multilib versions?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 17 May 2012 11:26:03 -0400, JD (John) wrote:

> 
> > Subject: yum -- Protected multilib versions?
> > From: foxec208@xxxxxxxxxx
> > To: test@xxxxxxxxxxxxxxxxxxxxxxx
> > Date: Thu, 17 May 2012 11:05:45 -0400
> > 
> > Can't seem to install .i686 and x86_64 versions of the same package.
> > 
> > sudo yum install libxcb-1.8-2.fc17.i686 krb5-libs-1.10-5.fc17.i686

There's a mistake in that command-line. Don't explicitly ask for
specific versions of packages. Especially not if they don't match the
versions of packages which are installed already:

Run "yum distro-sync", then try again with just
"yum install krb5-libs.i686 libxcb.i686".

Recently, the updates-testing repository has been switched off in an
update of the "fedora-release" package. Since your installation still
depends on packages found only in the updates-testing repo, you've got
two options: 1) re-enable the updates-testing repo, or 2) run yum distro-sync
to replace/downgrade any packages not found in your enabled repositories.

> > Error: Protected multilib versions: krb5-libs-1.10-5.fc17.i686 !=
> > krb5-libs-1.10-6.fc17.x86_64
                  ^^^

The -6 release, which is installed already, is found only in
the updates-testing repo. If you want to install the i686 build of it,
you need to ask for exactly the same version of leave it up to Yum to
pull the latest one that's available.

With updates-testing repo enabled, that is:

# yum install krb5-libs.i686 libxcb.i686
[...]
Dependencies Resolved

================================================================================
 Package                Arch     Version              Repository           Size
================================================================================
Installing:
 krb5-libs              i686     1.10-6.fc17          updates-testing     742 k
 libxcb                 i686     1.8.1-1.fc17         updates-testing     120 k
Installing for dependencies:
 glibc                  i686     2.15-37.fc17         fedora              4.1 M
 keyutils-libs          i686     1.5.5-2.fc17         fedora               23 k
 libXau                 i686     1.0.6-3.fc17         fedora               24 k
 libcom_err             i686     1.42-4.fc17          fedora               36 k
 libgcc                 i686     4.7.0-5.fc17         fedora               87 k
 libselinux             i686     2.1.10-3.fc17        fedora              121 k
 nss-softokn-freebl     i686     3.13.4-2.fc17        fedora              124 k
[...]

-- 
Fedora release 17 (Beefy Miracle) - Linux 3.3.4-5.fc17.x86_64
loadavg: 0.10 0.08 0.06
-- 
test mailing list
test@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test



[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]

  Powered by Linux