Add 32-bit support
sudo dpkg --add-architecture i386
Update Linux
sudo apt update
sudo apt upgrade
Install Wine
sudo apt install wine
Create the Wine prefix configuration
A. Attended
winecfg
You may need to specify display scaling
sommelier -X --scale=0.5 winecfg
B. Unattended
wineboot -u
You may need to specify a display scale
sommelier -X --scale=0.5 wineboot -u
Run Notepad test
wine notepad
You may need to specify a display scale
sommelier -X --scale=0.5 wine notepad
Download
wget https://raw.githubusercontent.com/winetricks/winetricks/master/src/winetricks
Make executable
chmod +x winetricks
Install corefonts, tahamo fond and vbrun6
sommelier -X --scale=0.5 sh winetricks corefonts tahoma vcrun6