Wine 2.9 Released! How to Install it in Ubuntu

Wine running Windows apps on Linux

The Wine development 2.9 was released earlier today. It features Direct3D tesselation shaders support, WebServices Binary mode support.

Wine 2.9 also features clipboard changes detected through Xfixes, user interface improvements in RegEdit, and a total of 38 bug-fixes. See the announcement for details.

How to Install Wine 2.9 in Ubuntu:

The official Wine repository has built the packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04. Follow the steps one by one to add the repository and install Wine 2.9:

In Ubuntu 16.04, I got unmet dependencies issue while trying to install Win 2.9, though it worked find in Ubuntu 17.04

1. Open terminal via Ctrl+Alt+T, and run command to install the key:

wget https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key

Type in your password when prompts and hit Enter

wine-key

2. Then add the Wine repository via command:

sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/

winehq-repo

For Linux Mint 18.x, use following command instead:

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'

3. If your system is 64 bit, make sure 32 bit architecture is enabled via command:

sudo dpkg --add-architecture i386

4. Finally install wine-devel either via your system package manager or by running command:

sudo apt-get update && sudo apt-get install --install-recommends wine-devel

Uninstall:

To remove or disable the repository, simply go to System Settings -> Software & Updates -> Other Software tab.

To remove wine 2.9, either use your system package manager or run command:

sudo apt-get remove wine-devel && sudo apt-get autoremove

About ml

ml is a part time stay-at-home dad who've been using Ubuntu Desktop for a few years. He writes in the free time and wishes to share some useful tips with Ubuntu beginners and lovers.