• 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 / How to Install Wine 4.16 in Ubuntu 19.04

How to Install Wine 4.16 in Ubuntu 19.04

By Sourabh / September 16, 2019 Category: How To, Ubuntu

The Wine development release 4.16 is now available. Here is how to install Wine 4.16 in Ubuntu Linux Systems. Wine 4.16 brings more reliable mouse grabbing in games with better cross-compilation support in WineGCC and an improved compatibility with Windows debuggers.

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, macOS, & 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 4.16

The Wine development release 4.16 is now available. What’s new in this release (see below for details):

  1. More reliable mouse grabbing in games.
  2. Better cross-compilation support in WineGCC.
  3. Improved compatibility with Windows debuggers.
  4. Various bug fixes.

Install Wine 4.16

On Ubuntu 19.04 and Derivatives Systems:


sudo apt-get update
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
sudo apt install --install-recommends winehq-stable

On Ubuntu 18.04 LTS and Derivatives Systems:


sudo apt-get update
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
sudo apt install --install-recommends winehq-stable

On Ubuntu 18.10 LTS and Derivatives Systems:


sudo apt-get update
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ cosmic main'
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
sudo apt install --install-recommends winehq-stable

Replace the command line “sudo apt-add-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main’” trusty for Ubuntu 14.04, xenial for Ubuntu 16.04 and Linux Mint 18.x and cosmic for Ubuntu 18.10 Systems.

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