How to install Wine 4.13 in Linux Ubuntu. Wine 4.13 brings support for Passport HTTP redirects and header updates & various bug fixes (total 15).
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.
Bugs fixed in 4.13 (total 15):
- Multiple applications and games fail to enumerate display/monitor driver properties in registry using setupapi (Evoland (Steam), NVIDIA GeForce Experience 3.x)
- Monitor Test 3.2 fails to enumerate video devices/drivers in registry (‘HKLM\HARDWARE\DeviceMap\VIDEO’, PnP Manager)
- WSARecvMsg wrongly forbids NULL control buffers (Qt 5.7.0 based: Cannot read UDP packets: “errno 90, (Message too long)”)
- For Honor crash on “double free or corruption”
- Second Sight:bad performance
- A.R.E.S. Extinction Agenda 1.x (.NET 2.0, XNA 3.1 game) crashes during intro (needs IWMPMedia::put_name implementation)
- By default only echo errors
- TreeSize Free Portable exits silently on startup due to missing shell32.SHMultiFileProperties stub
- bcrypt always chooses ECB mode when using AES, even if a program indicates otherwise.
- Final Fantasy XIV 5.0 crashes on startup when using xaudio2_8.dll
compile error: ‘AT_NO_AUTOMOUNT’ undeclared - Ren’py unable to create displays in Wine 4.11
- armv7hl compile fails due to non-AAPCS variadic function calls
- Many D3D11 games show black or white screen with Wine 4.12.1 (Darkula by Locomalito, Magic the Gathering Arena, Battle.net, EVE Online, World of Warships)
- Amazon Workspaces – ABNT2 keyboard dont recognize characters
Install Wine 4.13 in Ubuntu 19.04
Run the following commands in terminal to install Wine 4.13 in Ubuntu 19.04:
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-get update
sudo apt install --install-recommends winehq-devel
To install Wine on other Ubuntu version, replace the version codename in the line “sudo apt-add-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'”.