In this Tutorial I will show you how to install the Latest stable version of Wine 2.0 On Ubuntu 16.04 LTS and older versions. WineHQ ...
WineHQ is an open source software developed for running Windows applications on LINUX,OS X and BSD.
The Latest stable version available form Wine Team is 2.0 and released on January 24th 2016
New in this version 2.0
- Various bug fixes.
Installation steps
Method 1 : via PPAStep 1:Make your repository up to date
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get updateStep 2: Install it
sudo apt-get install winehq-devel
Step 1: Download the package and extract it to opt
wget http://dl.winehq.org/wine/source/2.0/wine-2.0.tar.bz2
tar xjf wine-2.0.tar.bz2Step 2:Configure it
For 32 bit -- sudo ./configure
For 64 bit -- sudo ./configure --enable-win64Step 3:compile wine using make
sudo make && sudo make installStep 4: Check the version
wine --version
wine64 --versionAfter successful installation open any windows application using wine or install any application
wine application name
COMMENTS