• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Ubuntu / How To Install Wine Stable 1.8.5 On Ubuntu 16.10 via PPA

How To Install Wine Stable 1.8.5 On Ubuntu 16.10 via PPA

By Sourabh / October 14, 2016 Category: How To, Ubuntu

How to install Wine 1.8.5 (stable) on Ubuntu 16.10 and Ubuntu 16.04, via PPA. Ubuntu users can install Wine via J Fernyhough’s PPA for the latest Wine 1.8 packages. Wine 1.8.5 is the latest release with Nvidia GT 740M fix and many more features.

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.

Install Wine Stable 1.8.5 in Ubuntu

Before you begin to install Wine 1.8.5, please run the following command to uninstall and remove old Wine packages if installed:

sud apt-get update
sudo apt remove wine* && sudo apt autoremove

Once the older version of Wine is removed, add the new Wine PPA via these commands:

sudo add-apt-repository ppa:jonathonf/wine
sudo apt update
sudo apt install wine-stable

There is also another method to install WineHQ on Ubuntu Systems. This method is described by the official Wine team. If your system is 64 bit, enable 32 bit architecture (if you haven’t already):

sudo dpkg --add-architecture i386

Now run the following commands to add the repository and install Wine:

sudo apt-get update
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends wine-staging
sudo apt-get install winehq-staging

That’s it. Wine is installed on Ubuntu System. Once installed, open Wine from Ubuntu Dash and use it.

Tags: How to Install Wine in Ubuntu, How to Install Wine in Ubuntu 16.10, How to Install Wine Stable in Ubuntu, How to Install Wine Stable in Ubuntu 16.10, Install Wine in Ubuntu, Install Wine in Ubuntu 16.04 via PPA, Install Wine in Ubuntu 16.10, Install Wine in Ubuntu 16.10 via PPA, Install Wine in Ubuntu via PPA, Install Wine Stable in Ubuntu, Install Wine Stable in Ubuntu 16.10, Ubuntu 16.10 Install Wine, Ubuntu 16.10 Install Wine Stable, Ubuntu 16.10 Wine, Wine Ubuntu 16.10

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap