I canot install wine32 on Ubuntu 20.04.3 LTS

Questions about Wine on Linux
Locked
peterk
Newbie
Newbie
Posts: 1
Joined: Mon Oct 04, 2021 9:16 am

I canot install wine32 on Ubuntu 20.04.3 LTS

Post by peterk »

I give: "sudo apt install wine32", then, this error appears:

" The following packages have unmet dependencies:
wine32:i386 : Depends: libwine:i386 (= 5.0-3ubuntu1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages. "

I already use: "sudo dpkg --add-architecture i386", but it didn't solve the problem.
I uninstalled and installed several Wine packages from several different repositories including a WineHQ and already tried to install PlayOnLinux and Lutris, but none of them worked.
I also tried do "sudo apt install libwine:i386" as descripted in error, but also not work:

" The following packages have unmet dependencies:
libwine:i386 : Depends: libfaudio0:i386 (>= 19.06.07) but it is not going to be installed
Recommends: libgl1:i386 but it is not going to be installed
Recommends: libglu1-mesa:i386 but it is not going to be installed or libglu1:i386
Recommends: libosmesa6:i386 (>= 10.2~) but it is not going to be installed
Recommends: libsdl2-2.0-0:i386 (>= 2.0.10) but it is not going to be installed
Recommends: libgl1-mesa-dri:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages. "

Then i tried install libfaudio0:i386 from a different repositories but also not work T-T
Yes, i already try uninstall completely Wine and install again, but also not solved...
Its a first time that i got this problem.

Thanks in advance. :)
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: I canot install wine32 on Ubuntu 20.04.3 LTS

Post by jkfloris »

There are two types of Wine available. One from Ubuntu and one from WineHQ.
The packages wine32 and libwine are from Ubuntu.
If you want to use the WineHQ packages¹, you don't need them.
¹(The WineHQ packages are: winehq-stable, wine-stable, wine-stable-amd64 and wine-stable-i386)

I actually don't expect you to be able to install the WineHQ packages either, as it has many of the same dependencies.
What is the output of:

Code: Select all

grep -R ^deb /etc/apt/sources.list*
Locked