Unable to install wine: winehq-devel : Depends: wine-devel (= 5.14~bionic)

Questions about Wine on Linux
Locked
Adrian2895
Newbie
Newbie
Posts: 2
Joined: Sun Aug 09, 2020 2:12 pm

Unable to install wine: winehq-devel : Depends: wine-devel (= 5.14~bionic)

Post by Adrian2895 »

Hi! I'm trying to install the development branch of Wine on my Elementary OS (based on Ubuntu 18.04) and I keep getting this error after running

Code: Select all

sudo apt install --install-recommends winehq-devel
Image

How can I fix this?
Adrian2895
Newbie
Newbie
Posts: 2
Joined: Sun Aug 09, 2020 2:12 pm

Re: Unable to install wine: winehq-devel : Depends: wine-devel (= 5.14~bionic)

Post by Adrian2895 »

Thank you @dimesio. However, I'm not an expert on Linux and I don't know what should I do in order to change the version of the library.

I have also tried the methods from this website, but none of them have fixed my issue. Well, I'm actually, stuck in the method 6 which is about purging, removing and disabling PPAs, because I don't know which package is:

Image

I have tried to disable https://dl.winehq.org/wine-builds/ubuntu bionic and now I get this instead:

Image

Please, if there're any instructions to solve this step by step, it would be really helpful for me.

Thanks and regards!
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Unable to install wine: winehq-devel : Depends: wine-devel (= 5.14~bionic)

Post by jkfloris »

Did you install the libfaudio0 packages before you tried to install the WineHQ packages?
If not, download and install the 32-bit and 64-bit packages:
32 bit libfaudio0
64 bit libfaudio0

Enable the WineHQ repository and try to install Wine again.
For more information read: https://wiki.winehq.org/Ubuntu and viewtopic.php?f=8&t=32192
Locked