how to install wine on parrot os

I can’t install wine right now . please tell me the command

1 Like

Simple: sudo apt update && sudo apt install wine

you can just install wine following the command written by @RightToPrivacy
on top of that, if you want 32 bit as well
just enable the 32bit architecture using
sudo dpkg --add-architecture i386
then install sudo apt install wine32

1 Like

apt-get install wine32

The following packages have unmet dependencies:
libstdc++6 : Breaks: libstdc++6:i386 (!= 10.2.1-6) but 11.2.0-5 is to be installed
libstdc++6:i386 : Depends: libc6:i386 (>= 2.32) but 2.31-13 is to be installed
Breaks: libstdc++6 (!= 11.2.0-5) but 10.2.1-6 is to be installed


not sucsess