Here's what I do in Debian (assuming you have amd64 arch)
dpkg --add-architecture i386
apt update
(nvidia)
apt install libgl1-nvidia-glx:i386
(amd)
apt install libgl1-fglrx-glx:i386
sudo apt install wine wine32 wine64 libwine libwine:i386 fonts-wine winetricks zenity
echo 'export WINEARCH=win32' >> ~/.bashrc
winetricks dxvk
wget https://dl.winehq.org/wine/wine-mono/4.7.5/wine-mono-4.7.5.msi -O ~/wine-mono-4.7.5.msi
wine msiexec /i ~/wine-mono-4.7.5.msi
How to install applications
wine foo.exe
wine msiexec /i bar.msi
Wine path is here ~/.wine
Why are you installing wine32 when everything is 64-bit now? Good question! Windows people are FUCKING RETARDED.
Many proclaimed 64-bit programs are actually 32-bit so much so that this is the easiest way to handle it.