WineHQ 1.8.2 Stable is Out, Install on Ubuntu 16.04, Ubuntu 15.10 and Ubuntu Derivative System
How to install wine 1.8.2 stable on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Elementary OS 0.2 and Elementary OS 0.3 via PPA
Wine stands for "Wine is not an emulator" and it is an open source command-line software that's capable of translating Windows API calls into POSIX calls on-the-fly for integrating Windows applications into your Linux/UNIX desktop. For regular Linux users, the above means that the Wine software will allow them to run applications which are designed to be installed only on Microsoft Windows operating systems.
It's not a virtual machine or an emulator
However, Wine should not be confused with a virtual machine or an emulator. It provides binary compatibility, support for graphics, sound interaction, as well as support for modems, networks, scanners, tablets, keyboards, and other devices. The software’s API allows developers to integrate Wine in their projects, and as a result, numerous graphical user interfaces, both free and commercial, appeared on the Internet over the years.
Wine stands for "Wine is not an emulator" and it is an open source command-line software that's capable of translating Windows API calls into POSIX calls on-the-fly for integrating Windows applications into your Linux/UNIX desktop. For regular Linux users, the above means that the Wine software will allow them to run applications which are designed to be installed only on Microsoft Windows operating systems.
It's not a virtual machine or an emulator
However, Wine should not be confused with a virtual machine or an emulator. It provides binary compatibility, support for graphics, sound interaction, as well as support for modems, networks, scanners, tablets, keyboards, and other devices. The software’s API allows developers to integrate Wine in their projects, and as a result, numerous graphical user interfaces, both free and commercial, appeared on the Internet over the years.
The Wine maintenance release 1.8.2 is now available.
What's new in this release:
- Various bug fixes.
- Small translation updates.
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations
Install/Update Wine 1.8.2 stable on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana via PPA :
Because it is available via PPA, installing Wine 1.8.2 stable on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04, Ubuntu 14.10 and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the vlc package. Like this:
For 64-bit system, rum command to enable 32 bit architecture:
sudo dpkg --add-architecture i386
Add the official wine PPA:
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel
Install depedencies :
sudo apt-get install flex bison
Download Source code :
wget https://dl.winehq.org/wine/source/1.8/wine-1.8.2.tar.bz2
Extract Source code
sudo bzip2 -cd wine-1.8.2.tar.bz2 | tar xvf -
cd wine-1.8.2/
change to root access :
sudo su
configure source code :
./configure --without-x --without-freetype
Like this :
make and compile file :
make
For compile source you need time 2 hours, Like this :
Install source code :
make install
After installation is completed, check your version of wine now :
sudo wine --version