How to install latest Wine version on Ubuntu Linux Systems. Download Wine for Ubuntu, the latest stable release. Wine 2.20 brings an improved event support in MSHTML, preloader support on ARM64 and an interpolation modes in Direct3D.
Wine 2.20
The Wine development release 2.20 is now available.
- Improved event support in MSHTML.
- Preloader support on ARM64.
- Interpolation modes in Direct3D.
- Improved metafile support in GdiPlus.
- Initial version of Kerberos5 Authentication Package.
- OLE clipboard cache improvements.
- Various bug fixes.
A total of 15 bugs is also fixed in Wine 2.20:
- 40873 Multiple games (Witcher 3, Firewatch, The Solus Project, Banished) require dcl_input_ps support
- 41960 Totally Accurate Battle Simulator alpha crashes
- 43236 F.E.A.R, Condemned: Criminal Origins have no in-game audio
- 43457 The First Templar – Steam Special Edition crashes in the main menu
- 43512 Hellblade: Senua’s Sacrifice – the player character is severely distorted
- 43572 Ham Radio Deluxe 6.4 crashes on unimplemented function ntdll.dll.RtlIpv4StringToAddressW
- 43770 Fidibo installer crashes very early in win7 mode
- 43810 Playkey needs api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vsprintf_p
- 43883 Endless Legend – Broken in 2.18, worked in 2.17
- 43886 Xenia emulator needs api-ms-win-shcore-scaling-l1-1-1.dll
- 43912 wine-2.0.3/programs/wineboot/wineboot.c:684]: (style) Suspicious condition
- 43913 Process Hacker 3.x needs ntdll.dll.RtlDosPathNameToNtPathName_U_WithStatus
- 43914 64-bit RPCS3 emulator doesn’t start, loader reports ‘Invalid address’ (non-relocatable PE wants to use lowest possible image base on NT: 0x10000 / 64 KB)
- 43920 Access violations during start-up of the Tina 11.0 and Circuitmaker2000 software
- 43927 Wine crashes when running anything (when compiled with gcc4.2, clang works)
Install Wine Stable 2.20
Run the following commands in terminal to install Wine stable 2.20 release on Ubuntu Systems:
sudo apt-get update
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/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable