I am attempting to install the latest development version of Wine (wine-devel) under Ubuntu 18.04 Bionic Beaver from the WineHQ PPA but the following error message stops me:
andrew@corinth:~$ sudo apt install --install-recommends winehq-devel
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:
winehq-devel : Depends: wine-devel (= 5.0.0~bionic)
E: Unable to correct problems, you have held broken packages.
andrew@corinth:~$
How do I successfully complete the installation of Wine Development version under Ubuntu 18.04? I would prefer to use only the Wine PPA and not add another PPAs such as the OpenSuse Build Service as suggested in other Ask Ubuntu answers...