So I'm operating on Ubuntu 18.04 and whenever I try to install the Wine this is what I get.
$ sudo apt-get install --install-recommends wine-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
wine-stable : Depends: wine-stable-i386 (= 5.0.0~bionic)
Depends: wine-stable-amd64 (= 5.0.0~bionic) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Then when I try to add $ sudo apt-get install wine-stable-amd64
I get this.
$ sudo apt-get install wine-stable-amd64
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
wine-stable-amd64 : Depends: libfaudio0 but it is not installable
Recommends: libsdl2-2.0-0 but it is not installable
E: Unable to correct problems, you have held broken packages.
I'm new to Ubuntu and I am not the best with it, so I'd really appreciate some assistance with what this issue means and how to correct it.