ozil@ozil-Vostro-3500:~$ sudo apt install --install-recommends winehq-stable
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 (= 7.0.0.0~impish-1)
E: Unable to correct problems, you have held broken packages.
Asked
Active
Viewed 2,709 times
1
1 Answers
-4
You must install wine-stable
first. Tutorials of how to do this can be found online. After it is installed, run sudo apt update
and install WineHQ.

JerryWill321
- 407
-
My 20.04 wine installation doesn't have wine-stable or wine-hq in it. – Organic Marble Jan 22 '22 at 23:25
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 (= 7.0.0.0~impish-1)
– ÖZiL Teck Jan 22 '22 at 20:27grep -r deb /etc/apt/sources.list /etc/apt/sources.list.d/
– nobody Jan 24 '22 at 20:18