Cant install wine on parrot 6

I’ve been able to install wine but i can’t install wine32 and because of that wine will not work. when ever i try sudo apt install wine32 i get the following message.
Reading package lists… Done
Building dependency tree… Done
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:
libdbus-1-3:i386 : Depends: libsystemd0:i386
libgphoto2-6:i386 : Depends: libcurl4:i386 (>= 7.16.2) but it is not going to be installed
libpulse0:i386 : Depends: libsystemd0:i386
libusb-1.0-0:i386 : Depends: libudev1:i386 (>= 183) but it is not going to be installed
libwine:i386 : Depends: libudev1:i386 (>= 183) but it is not going to be installed
Recommends: gstreamer1.0-plugins-good:i386 but it is not installable
E: Unable to correct problems, you have held broken packages

Welcome
before you can install any 32 bit applications to current Debian 64 bit based distributions [so that includes Parrot] you need to initiate the 32 bit protocol, try

sudo dpkg --add-architecture i386

then install 32 bit wine

1 Like

i already did that before i tried installing wine. when ever i try using wine i get this message .
wine32 is missing, you should install it.
as root, please execute “apt-get install wine32:i386”
when i try sudo apt-get install wine32:i386 i get this message.
Reading package lists… Done
Building dependency tree… Done
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:
libdbus-1-3:i386 : Depends: libsystemd0:i386
libgphoto2-6:i386 : Depends: libcurl4:i386 (>= 7.16.2) but it is not going to be installed
libpulse0:i386 : Depends: libsystemd0:i386
libusb-1.0-0:i386 : Depends: libudev1:i386 (>= 183) but it is not going to be installed
libwine:i386 : Depends: libudev1:i386 (>= 183) but it is not going to be installed
Recommends: gstreamer1.0-plugins-good:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.