Install / Upgrade to Wine 1.7.50 in Ubuntu 14.04

Wine running Windows apps on Linux

The Wine development release has reached version 1.7.50. Its official PPA has been updated for Ubuntu 14.04 LTS and derivative.

Wine (originally an acronym for “Wine Is Not an Emulator”) is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, Mac OSX, & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.

Wine 1.7.50 features:

  • New version of the Gecko engine based on Firefox 40.
  • First steps of the Direct3D 11 implementation.
  • Better font matching in DirectWrite.
  • Support for OpenMP on ARM platforms.
  • Various bug fixes (total 39).

Install / Upgrade Wine in Ubuntu:

For Ubuntu 14.04 and derivatives, e.g., Linux Mint 17.x and Elementary OS Freya, follow below steps to get the latest wine 1.7.x:

1. Add Wine PPA.

Open terminal from the Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, run below command in terminal:

sudo add-apt-repository ppa:ubuntu-wine/ppa

wine-ppa

2. Refresh system cache and install Wine packages.

You can do this via Synaptic Package Manager (available in Software Center):

install-wine17

or by running below commands one by one:

sudo apt-get update

sudo apt-get install wine1.7

That’s it. Enjoy!

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.

One comment

  1. thanks for sharing such useful information