• 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 / How To / Wine 2.1- Install The Latest Wine Version On Linux Ubuntu

Wine 2.1- Install The Latest Wine Version On Linux Ubuntu

By Sourabh / June 27, 2017 Category: How To, Ubuntu

Wine Development Release 2.11 is released. How to install the latest Wine version on Linux Ubuntu Systems. Wine allows Linux users to install and run Microsoft Windows applications and games on Linux PC.

The Wine development release 2.11 is released with the following changes:

  • OpenGL support in the Android driver.
  • Support for security labels.
  • Relay debugging on ARM64.
  • More dictionary support in WebServices.
  • New registry file parser in RegEdit.
  • Various bug fixes.

Install Wine 2.11

Run the following commands to install Wine:

sudo apt-get update
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
wget -nc https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel

You can also use the following commands in Terminal to install Wine. Please note that you will have to enable 32 bit architecture, for 64 bit system and then add the official repository via the following commands:

sudo apt-get update
sudo dpkg --add-architecture i386
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
wget -nc https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel

Tags: Download Wine For Ubuntu, Download Wine Ubuntu, How To Install Wine On Kali Linux, How To Install Wine On Linux Mint, How To Install Wine On Mac, Install Wine Debian, Install Wine Ubuntu, Latest Wine Version, Ubuntu Wine Download, Ubuntu Wine Install, Ubuntu Wine Ppa, Wine 2.11, Wine Development Release 2.11, Wine For Ubuntu Free Download

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