I know the question has been asked a lot but nothing I can find seems to be working. When I enter:
sudo apt-get install wine-stable
Here is what I get:
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-amd64 (= 3.0.1~trusty) but it is not going to be installed
Depends: wine-stable-i386 (= 3.0.1~trusty)
E: Unable to correct problems, you have held broken packages.
Working on Ubuntu 17.10
sudo apt-get install wine-stable-amd64 wine-stable-i386 wine-stable
– damadam Jun 07 '18 at 13:52apt
, it sounds like you've got something broken somewhere on your environment, though, if that also doesn't work and broken packages start cropping up. Or something else updated that package and that in turn broke many things. – Thomas Ward Jun 07 '18 at 15:28