Created
October 29, 2019 03:39
-
-
Save greenlaw110/1d5904f058a199d76f62df5bbff8db01 to your computer and use it in GitHub Desktop.
Issue installing wine on mint 19.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@luog-X510UQR:~# 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 (= 4.0.2~bionic) | |
E: Unable to correct problems, you have held broken packages. | |
root@luog-X510UQR:~# apt install wine-sta | |
wine-stable wine-stable-amd64 wine-stable-dbg wine-stable-dev wine-staging wine-staging-amd64 wine-staging-compat wine-staging-dbg wine-staging-dev | |
root@luog-X510UQR:~# apt install wine-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: | |
wine-stable : Depends: wine-stable-i386 (= 4.0.2~bionic) | |
E: Unable to correct problems, you have held broken packages. | |
root@luog-X510UQR:~# apt install wine-stable- | |
wine-stable-amd64 wine-stable-dbg wine-stable-dev | |
root@luog-X510UQR:~# apt install wine-stable- | |
wine-stable-amd64 wine-stable-dbg wine-stable-dev | |
root@luog-X510UQR:~# apt install wine-stable-i386 | |
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: | |
wine-stable-i386:i386 : Depends: libgphoto2-6:i386 (>= 2.5.10) but it is not going to be installed | |
E: Unable to correct problems, you have held broken packages. | |
root@luog-X510UQR:~# apt install libgphoto2-6:i386 | |
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: | |
libgphoto2-6:i386 : Depends: libgd3:i386 (>= 2.1.0~alpha~) but it is not going to be installed | |
E: Unable to correct problems, you have held broken packages. | |
root@luog-X510UQR:~# apt install libgd3:i386 | |
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: | |
libnginx-mod-http-image-filter : Depends: libgd3 (>= 2.1.0~alpha~) but it is not going to be installed | |
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. | |
root@luog-X510UQR:~# apt install libgd3 | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
libgd3 is already the newest version (2.2.5-5.1+ubuntu18.04.1+deb.sury.org+1). | |
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade. | |
root@luog-X510UQR:~# apt install libnginx-mod-http-image-filter | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
libnginx-mod-http-image-filter is already the newest version (1.14.0-0ubuntu1.6). | |
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade. |
So can you reinstall nginx after wine installed without conflict ?
yes.
However, I should warn you that I experienced big problems after this and running wine. It may have been caused by this, or it may have been caused by something else I tried to resolve this. I for example also deactivated some ppas. Anyway, while I was away from screen and wine was running, screen went black. When restarting, lightdm failed starting. I had to start up without gui and purge and reinstall lightdm. My system is acting strange now. A lot of programs have disappeared. Im btw on Xubuntu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had the same problem. Removing nginx solved it:
sudo apt-get remove nginx nginx-common