Install Wine

Add 32-bit support

sudo dpkg --add-architecture i386 && sudo apt update


Install Wine

  • Copy and paste the below as is and then press ENTER

sudo apt install \

wine \

wine32 \

wine64 \

libwine \

libwine:i386 \

fonts-wine


Create the Wine configuration

  1. Run winecfg to create the default PREFIX in your home profile

sommelier -X --dpi=96 --scale=0.5 wine winecfg

  1. Set Windows version to Windows 10

  2. Select Install to install additional framework support

  3. Select Apply

  4. Select OK


Run Notepad to finish creating hidden WINE folders

sommelier -X --dpi=96 --scale=0.5 wine notepad

WINETRICKS

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