How to Install Wine to Run Windows Applications on Linux

Step 1 – Setup PPA First of all, If you are running with a 64-bit system enable 32-bit architecture. Also, install the key which was used to sign packages of wine. sudo dpkg –add-architecture i386 wget -qO – https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add – Use one of the following commands to enable the Wine apt … Read more