In this Tutorial, I will show you how to install the Latest stable version of Wine 2.0.2 On Ubuntu 17.04 / 16.04 LTS and LinuxMint. ...
In this Tutorial, I will show you how to install the Latest stable version of Wine 2.0.2 On Ubuntu 17.04 / 16.04 LTS and LinuxMint.
WineHQ is an open source software developed for running Windows applications on LINUX, OS X, and BSD.
The Latest stable version available from Wine Team is 2.0.2 and released on July 20th 2017
What's new in this version?
- Various bug fixes.
Installation steps
From the version 2.0.1 onwards launch pad is no longer used by wine for builds and you can install it using the below methodInstall it from Repos
Step 1: Download the key and add to your pcwget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
sudo apt-get updateStep 3: Install wine 2.0.2
sudo apt-get install winehq-stable
COMMENTS