Can't install libfaudio0 dependency on Linux Mint

Questions about Wine on Linux
Locked
Endogos
Newbie
Newbie
Posts: 2
Joined: Wed Aug 19, 2020 9:22 am

Can't install libfaudio0 dependency on Linux Mint

Post by Endogos »

I'm sorry If my message is a bit short, but I spent a hour writing my previous message on this issue, only to be logged out and lose my message after clicking on "Submit". It's so annoying that in 2020, we can still lose our message on a website like this, but what do I expect, open source is free and thus bad quality, so I can't complain! I'm pretty sure that I'm not the only one who lost his message there, only to abandon writing the bug report and reinstall windows 2 secs after. So site admins should definitely fix their shit there.

I'm on linux mint 20 and I decide to install the latest version of Wine, because I'm so good of a human being and I want to be on the latest version to test and report bugs.

There's a disclaimer saying
Ubuntu 18.04/Linux Mint 19.x do not provide FAudio, which is a dependency of current Wine. Follow the instructions in viewtopic.php?f=8&t=32192 to install FAudio from the OBS.
I don't know If It includes linux mint 20 or not, I decide to download and install the dependencies, but I face errors:
libfaudio0-dbgsym
Error: Dependency is not satisfiable: libfaudio0 (= 19.07-0~ bionic)

and for the 3 other dependencies:
An unhandlable error occured

There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks.

org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
What am I supposed to do?

Thank you for your help.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Can't install libfaudio0 dependency on Linux Mint

Post by dimesio »

Mint 20 is based on Ubuntu 20.04, which does provide FAudio. You shouldn't try to install the packages for 18.04.

Code: Select all

There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks.

org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Those messages have nothing to do with Wine, and indicate a problem with your system. Ask for help on the Mint forum.
Locked