How To Install Wine 4 On Linux Ubuntu

How to install Wine 4 on Linux Ubuntu and Linux Mint Systems. 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.0

The Wine team is proud to announce that the stable release Wine 4.0 is now available. This release represents a year of development effort and over 6,000 individual changes. It contains a large number of improvements that are listed in the release notes below. The main highlights are:

  • Vulkan support.
  • Direct3D 12 support.
  • Game controllers support.
  • High-DPI support on Android.

Install Wine 4.0

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 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 apt install --install-recommends winehq-stable

Once installed, please restart the system to apply changes.

How To Install Wine 4 On Linux Ubuntu originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.