I can’t install wine right now . please tell me the command
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