I tried to install Wine. I followed the all the things from Wine website. It showing some error. The error screenshot is attached below. I tried many things but none worked. I am using Kubuntu 18.04. Thanks in advance. This is the error message I got.
karan@karan-asus:~$ sudo apt-get install --install-recommends winehq-stable
[sudo] password for karan:
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-stable : Depends: wine-stable (= 3.0.2~bionic)
E: Unable to correct problems, you have held broken packages.
wine-stable
? – Leo Jul 25 '18 at 11:11sudo apt-get autoremove
, and thensudo apt-get install --install-recommends winehq-stable
– abu_bua Jul 25 '18 at 12:57