https://bugs.winehq.org/show_bug.cgi?id=48513
Bug ID: 48513 Summary: The following packages have unmet dependencies: winehq-stable : Depends: wine-stable (= 5.0.0~bionic) Product: Packaging Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-packages Assignee: wine-bugs@winehq.org Reporter: nrbrtx@gmail.com CC: dimesio@earthlink.net, michael@fds-team.de, sebastian@fds-team.de Distribution: ---
Currently users can't install packages for Ubuntu 18.04 LTS while following your official guide (https://wiki.winehq.org/Ubuntu). So the below steps:
``` sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' sudo apt update
sudo apt install --install-recommends winehq-stable ```
end with
``` 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-stable : Depends: wine-stable (= 5.0.0~bionic) E: Unable to correct problems, you have held broken packages. ```
Problem was seen on AskUbuntu several times - the last was https://askubuntu.com/q/1205550/66509 .