Install Wine 3.14 (Development) on Ubuntu / Linux Mint / Deepin


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 3.14 Released
The Wine development release 3.14 is now available.

What's new in this release:

  • Support for DXTn texture decompression.
  • Deferral support for MSI install actions.
  • Support for Japanese keyboard in DirectInput.
  • More improvements in the standard Task Dialog.
  • A few more icons in Shell32.
  • Various bug fixes.


The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

How to Install Wine 3.14 (Development) on Ubuntu / Linux Mint / Deepin ?

If your system is 64 bit, enable 32 bit architecture (if you haven't already):
sudo dpkg --add-architecture i386 

Add the repository:
wget -nc 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/



On Linux Mint 17.x, the last line should be the following:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ trusty main'

Dialog-warning.svg On Linux Mint 18.x, the last line should be the following:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'

Dialog-warning.svg On Linux Mint 19.x, the last line should be the following:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'

Update packages:
sudo apt-get update

Install wine development :
sudo apt-get install --install-recommends winehq-devel


After installation is finished, open terminal and follow this command :
sudo su
winecfg
Install winetrick and winegecko :




Finish, search wine on ubuntu dashboard :