To install Photoshop in Ubuntu 18.04, I've been attempting to install Wine.
I got following error:
You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: libpython3.7-stdlib : Depends: libpython3.7-minimal (= 3.7.13-1+bionic1) but 3.7.13-1+bionic3 is to be installed python3.7 : Depends: libpython3.7-stdlib (= 3.7.13-1+bionic3) but 3.7.13-1+bionic1 is to be installed winehq-stable : Depends: wine-stable (= 7.0.1~bionic-1) E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
How to solve the issue?