Install Latest Wine Devel Package on Ubuntu 16.04/14.04 via PPA

Wine is a compatibility layer that enables you to run Windows programs natively on Linux. The latest Wine devel package, 1.9.16 was released on August 5, 2016.

Changes in this release includes:

  • Improved 64-bit binary compatibility on Mac OS X.
  • Enhanced JavaScript and GDI performance
  • Direct3D command stream improvement
  • more Direct 3D shader instructions added
  • bug fixes

This tutorial will show you how to install the latest Wine development package on Ubuntu 16.04/14.04 LTS.

Install Wine 1.9.16 on Ubuntu 16.04/14.04

If you are using 64-bit Ubuntu, then you need to enable 32-bit architecture by running the following command:

sudo dpkg --add-architecture i386

Wine 1.9.16 deb package landed in its official Wine PPA on Launchpad. So fire up a terminal window and execute the following 2 lines of commands one at a time to install it from PPA.

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

sudo apt update && sudo apt install wine-devel

ubuntu wine ppa

This PPA also works on other Linux distributions that are based on Ubuntu 16.04/14.04 such as Linux Mint and Elementary OS.

Things to Do After Installing Wine

Before you download any Windows .exe file and use Wine to install Windows program, you need to run the Wine configuration program by executing the below command in the terminal.

winecfg

wine devel winecfg install mono

It will create a .wine directory, aka wine prefix or wine bottle, under you home directory. The virtual C drive will be created in this directory. Also this command will help you install Wine mono and Wine gecko package.

Wine devel package often offer better compatibility and performance. To install a Windows program on Linux with Wine, simply download the .exe file and then open it with Wine Windows Program Loader like the screenshot below.

install windows program on Linux with wine

Then follow the instruction of installation wizard.

And now I can play 3D Pinball on Ubuntu 16.04. Yeah!

3d pinball for Windows running with Wine on Ubuntu

As always, if you found this post useful, please subscribe to our free newsletter or follow us on Google+, Twitter or like our Facebook page

Rate this tutorial
[Total: 1 Average: 5]

Leave a Comment

  • Comments with links are moderated by admin before published.
  • Your email address will not be published.
  • Use <pre> ... </pre> HTML tag to quote the output from your terminal/console.
  • Please use the community (https://community.linuxbabe.com) for questions unrelated to this article.
  • I don't have time to answer every question. Making a donation would incentivize me to spend more time answering questions.

The maximum upload file size: 2 MB. You can upload: image. Links to YouTube, Facebook, Twitter and other services inserted in the comment text will be automatically embedded. Drop file here