Yum Error: Protected multilib versions
when you got the error messages "Error: Protected multilib versions". For example:
Error: Protected multilib versions: gtk2-2.18.9-10.el6.i686 != gtk2-2.18.9-6.el6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I ran this command to fix it:
[root@homer ~]# yum install --setopt=protected_multilib=false --skip-broken gtk2-2.18.9-10.el6.i686
Loaded plugins: product-id, refresh-packagekit, subscription-manager
Updating Red Hat repositories.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gtk2.i686 0:2.18.9-10.el6 will be installed
....
Total 1.5 MB/s | 68 MB 00:46
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
Public key for gtk2-2.18.9-10.el6.i686.rpm is not installed
After installed the Public Key, everything goes well.
Error: Protected multilib versions: gtk2-2.18.9-10.el6.i686 != gtk2-2.18.9-6.el6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I ran this command to fix it:
[root@homer ~]# yum install --setopt=protected_multilib=false --skip-broken gtk2-2.18.9-10.el6.i686
Loaded plugins: product-id, refresh-packagekit, subscription-manager
Updating Red Hat repositories.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package gtk2.i686 0:2.18.9-10.el6 will be installed
....
Total 1.5 MB/s | 68 MB 00:46
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
Public key for gtk2-2.18.9-10.el6.i686.rpm is not installed
After installed the Public Key, everything goes well.
Comments