Install Wine 2.0.1 Stable On Ubuntu Linux

Wine 2.0.1 released. Install Wine 2.0.1 on Ubuntu Linux Systems. The Wine maintenance release 2.0.1 is now available. Wine 2.0.1 comes with various bug fixes and deprecated tools/wineinstall. A total of 47 bugs have been fixed in Wine 2.0.1.

Make a note that the official Wine repository has been moved. The announcement reads:

In order to provide the possibility for Wine developers to create their own builds through our system, we had to move away from Launchpad. This will also have the advantage that we can provide older builds. The disadvantage of this change is that our users will have to manually switch from the PPA to the new repository, since there is no way to push prebuilt Debian/Ubuntu packages into a PPA on Launchpad (not even with a commercial subscription).

The new system can not only be controlled using a command line utility but also provides an easy to use website which gives us the possibility to provide some great new features. Interested Wine developers will be able to request access to the system so that they can start their own builds. This can for example be used to provide a patched Wine version for testing in a bug report or to verify that a patch is compatible with all platforms and compilers.

Install Wine

Run the following commands Wine maintenance release 2.0.1 on Ubuntu 16.04, Ubuntu 16.10, Ubuntu 15.04, Ubuntu 15.10, Ubuntu 14.04 and Ubuntu 14.10:

sudo apt-get update
wget 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 update
sudo apt install winehq-stable

Once installed you can use Wine on Linux Ubuntu Systems.

Install Wine 2.0.1 Stable On Ubuntu Linux originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.