When running the comand: apt install --install-recommends winehq-stable
I get the following error: The following packages have unmet dependencies: winehq-stable : Depends: wine-stable (= 6.0.1~focal-1)
I'm on Ubuntu 20.04
Asked
Active
Viewed 691 times
0

Manul667
- 1
1 Answers
0
So my problem was very simple, being a beginner I had disabled almost all the options in the panel "software and updates" > "ubuntu software" letting almost no software to be downloaded so this caused the dependencies issues.

Manul667
- 1
sudo apt update
because your sources changed. Then install the tested, compatible Wine version in the Ubuntu Repositoriessudo apt install wine
. Let Wine know that their 20.04 instructions no longer work. – user535733 Sep 15 '21 at 12:55