I'm on Ubuntu 18.04.1 and trying to install wine via sudo apt-get install --install-recommends winehq-staging
Which then tells me
`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: winehq-staging : Depends: wine-staging (= 3.19.0~bionic) E: Unable to correct problems, you have held broken packages. ` By using synaptic, I've come to a conclusion that there are no broken packages so, what do?
winehq-staging
andwine-staging
? Are you using the WineHQ repositories? – Thomas Ward Nov 01 '18 at 16:14sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
– Nov 01 '18 at 16:16sudo apt-get update
afterwards, correct? – Thomas Ward Nov 01 '18 at 16:17