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 (= 5.0.3~groovy)
E: Unable to correct problems, you have held broken packages.
Asked
Active
Viewed 53 times
0

Ashraf
- 1
winehq-stable
would, of course, depend upon different versions ofwine-stable
. If you get the same output (Depends: wine-stable (= 5.0.3~groovy)
) everytime, that suggests that either you tried the same wrong release each time...or you failed to clean up after your first failure. Um, a package with the namegroovy
(Groovy = 20.10) in the version won't be compatible with an older (Focal = 20.04) system. – user535733 Jan 02 '21 at 05:22