Wine 3.11 Released – How To Install Wine 3.11 in Ubuntu Linux

Wine 3.11 Released – Install Wine on Ubuntu 18.04. The Wine 3.11 brings the following changes:

  • More debugger support for Wow64 processes.
  • Support for sha256/sha384 hashes in ECDSA signatures.
  • Better reporting of hyper-threaded CPUs.
  • Improvements to the standard Task Dialog.
  • Various bug fixes.

Install Wine 3.11 on Ubuntu

Run the following commands in terminal to install Wine 3.11 on Linux Ubuntu Systems:

sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/

On Linux 18.x Systems, the last line should be the following:

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'

On Linux Mint 18.x, the last line should be the following:

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'

Update packages:

sudo apt-get update
sudo apt-get install --install-recommends winehq-stable

Once installed, restart the system to apply changes.

Wine 3.11 Released – How To Install Wine 3.11 in Ubuntu Linux originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.