• 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.13 in Ubuntu 19.04

How to Install Wine 4.13 in Ubuntu 19.04

By Sourabh / August 9, 2019 Category: How To, Ubuntu

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):

  1. Multiple applications and games fail to enumerate display/monitor driver properties in registry using setupapi (Evoland (Steam), NVIDIA GeForce Experience 3.x)
  2. Monitor Test 3.2 fails to enumerate video devices/drivers in registry (‘HKLM\HARDWARE\DeviceMap\VIDEO’, PnP Manager)
  3. WSARecvMsg wrongly forbids NULL control buffers (Qt 5.7.0 based: Cannot read UDP packets: “errno 90, (Message too long)”)
  4. For Honor crash on “double free or corruption”
  5. Second Sight:bad performance
  6. A.R.E.S. Extinction Agenda 1.x (.NET 2.0, XNA 3.1 game) crashes during intro (needs IWMPMedia::put_name implementation)
  7. By default only echo errors
  8. TreeSize Free Portable exits silently on startup due to missing shell32.SHMultiFileProperties stub
  9. bcrypt always chooses ECB mode when using AES, even if a program indicates otherwise.
  10. Final Fantasy XIV 5.0 crashes on startup when using xaudio2_8.dll
    compile error: ‘AT_NO_AUTOMOUNT’ undeclared
  11. Ren’py unable to create displays in Wine 4.11
  12. armv7hl compile fails due to non-AAPCS variadic function calls
  13. 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)
  14. 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'”.

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