I can't install Wine

Questions about Wine on Linux
Locked
dreck
Newbie
Newbie
Posts: 1
Joined: Tue Feb 11, 2020 7:02 pm

I can't install Wine

Post by dreck »

Hey guys, how are you? I'm wanting to install Wine to play League of Legends for Lutris, but I'm not getting it, I followed the indication of the official Wine website (https://wiki.winehq.org/Debian) but even so it won't, there is an error last command. I use Debian 10.2 buster. I'm doing it as follows:

Code: Select all

sudo dpkg --add-architecture i386 

Code: Select all

wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key 

Code: Select all

sudo nano /etc/apt/sources.list
deb https://dl.winehq.org/wine-builds/debian/ buster main

Code: Select all

sudo apt update
And finally, I try to install the stable version of Wine on my Debian 10.2 Buster

Code: Select all

sudo apt install --install-recommends winehq-stable
But when I put this code, it appears:
Reading package lists ... Done
Building dependency tree
Reading status information ... Ready
Some packages could not be installed. This may mean that
you requested an impossible situation or, if you are using the
unstable distribution, that some required packages have not been
created yet or have been removed from "Incoming".
The following information can help to resolve the situation:

The following packages have conflicting dependencies:
winehq-stable: Depends: wine-stable (= 5.0.0 ~ buster)
E: Impossible to fix problems, you kept (hold) broken packages.
I already tried to install wine-stable, since it is a dependency, but when I try to install other dependencies, I try to install these and other dependencies appear and, finally, there is one or two dependencies that you cannot install, so keep giving the same mistake. What do I do to correct? Am I doing something wrong?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: I can't install Wine

Post by jkfloris »

From the same Wiki page:
The WineHQ packages for Debian 10 and later require libfaudio0 as a dependency. Since the distro does not provide it for Debian 10, users of that version can download libfaudio0 packages from the OBS. See viewtopic.php?f=8&t=32192 for details.
Locked