Can't install Wine on Fedora 21

Questions about Wine on Linux
Locked
RobinHood2015
Newbie
Newbie
Posts: 3
Joined: Wed Mar 11, 2015 12:44 am

Can't install Wine on Fedora 21

Post by RobinHood2015 »

When I try to install Wine on Fedora 21, I get this long message at the end of the process:

Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:

1. You have an upgrade for libgpg-error which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of libgpg-error of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude libgpg-error.otherarch ... this should give you an error
message showing the root cause of the problem.

2. You have multiple architectures of libgpg-error installed, but
yum can only see an upgrade for one of those architectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.

3. You have duplicate versions of libgpg-error installed already.
You can use "yum check" to get yum show these errors.

...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).

Protected multilib versions: libgpg-error-1.13-3.fc21.i686 != libgpg-error-1.17-2.fc21.x86_64

What's wrong here, and can it be fixed?

Brandon Taylor
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Can't install Wine on Fedora 21

Post by dimesio »

Report the problem to Fedora. WineHQ has nothing to do with packaging, and the Fedora packages aren't even plain Wine.

viewtopic.php?f=8&t=19854
viewtopic.php?f=8&t=23535
gvtoet
Level 2
Level 2
Posts: 11
Joined: Sun Jun 13, 2010 1:57 pm

Re: Can't install Wine on Fedora 21

Post by gvtoet »

Hello

I have wine on fedora 21

To install it im use this commands:

yum clean all
yum upgrade wine
or
yum --enablerepo=updates-testing upgrade wine

regards
Locked