Installation of Wine in Lubuntu 20.04

Questions about Wine on Linux
Locked
fernandez
Level 1
Level 1
Posts: 5
Joined: Wed Jul 15, 2020 10:17 pm

Installation of Wine in Lubuntu 20.04

Post by fernandez »

Hello,
Days ago for some reason Wine stopped working, so I uninstalled it completely and decided to reinstall it but I get this error: https://imgur.com/a/6TZ1Tjp "the following packages have unfulfilled dependencies: winehq-stable : depends: wine-stable (=5.0.3~focal) E: problems could not be corrected, you have retained broken packages".

The only two reasons I can think of for wine to have failed are system updates or the installation of the Steam software. In any case, if you have a solution, thanks in advance.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Installation of Wine in Lubuntu 20.04

Post by jkfloris »

https://wiki.winehq.org/FAQ#How_do_I_so ... ll_Wine.3F

In other words, what is the output of:

Code: Select all

sudo apt install --install-recommends wine-stable
...
E. wine-stable depends on some package
sudo apt install --install-recommends <package>
...
E. some package depends on some package
sudo apt install ...
and so on
Locked