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.
Installation of Wine in Lubuntu 20.04
Re: Installation of Wine in Lubuntu 20.04
https://wiki.winehq.org/FAQ#How_do_I_so ... ll_Wine.3F
In other words, what is the output of:
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