Unable to install wine32:i386

apt install wine32:i386

Running this throws this error

The following packages have unmet dependencies:
 libgphoto2-6:i386 : Depends: libgd3:i386 (>= 2.1.0~alpha~) but it is not going to be installed

apt install libgd3:i386

wants to remove Zorin

The following packages will be REMOVED:
  colord gimp gimp-gmic gimp-plugin-registry gnome-control-center graphviz gvfs-backends hplip libc-devtools libgd3 libgmic1 libgphoto2-6 libgvc6 libopencv-videoio4.5d libsane1 libwine php8.2-gd php8.3-gd sane-utils
  simple-scan wine wine64 zorin-os-desktop zorin-windows-app-support

I am just needing to run 32 bit binaries in wine. Not sure how to get past this issue.

Here you go -> Debian/Ubuntu · Wiki · wine / wine · GitLab

Not sure how that helps when that is the same thing I am doing. Its a package conflict within Zorin.

Maybe start reading ? It tells you exactly how to install 32-bit.

And yet I still get this. Its trying to remove zorin-os-desktop package.

The following packages will be REMOVED:
  colord gimp gimp-gmic gimp-plugin-registry gnome-control-center graphviz gvfs-backends hplip libc-devtools libgd3 libgmic1 libgphoto2-6 libgvc6 libopencv-videoio4.5d libsane1 libwine php8.2-gd php8.3-gd sane-utils
  simple-scan wine wine64 zorin-os-desktop zorin-windows-app-support

Did you install any ppa or other stuff ?

Only PPAs I have installed are

vagrant
ondrej-php
nordvpn
cloudflared

Try

sudo dpkg --add-architecture i386 && sudo apt update && sudo apt install wine32:i386

It still throws the same messages as OP

Also if you sign in as root

sudo -i

Please run:

sudo apt --fix-broken install

sudo apt update && sudo apt upgrade

sudo apt clean && sudo apt autoremove

If you install standard Wine, you do not need to install wine32 independently.
So, my first question is, why are you trying to install Wine32?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.