Wine 4.9 Stable Release – Install the latest release of Wine on Ubuntu Linux.
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.9 – the Wine development release 4.9 is now available and it brings the following new changes:
- Initial support for installing Plug and Play drivers.
- Support for building 16-bit modules in PE format.
- A lot of code moved to the new KernelBase DLL.
- Various game controller fixes.
- Use higher performance system clocks if available.
- Various bug fixes.
Bugs fixed in 4.9 (total 24):
- Futuremark PC Mark 7 (.NET 4.0 app) fails to run with Wine-Mono (mscoree:get_runtime Unrecognized version L”v4.0.20926″)
- NET Framework 3.5 SP1 based WPF applications crash on direct access of MIL (Media Integration Layer) to internal bitmap struct/class impl (depends on exact layout)
- Rogue Squadron 3D 1.3: Unable to setup controller in-game
- Flexera InstallShield 20.x based installers crash in NdrProxyInitialize (Samsung Kies 3, Designspark 6.1, Exelis ENVI 5.x)
- CoolQ 5.x reports network error on startup due to msscript:ScriptControl_Eval stub
- “MegaTagmension Blanc + Neptune VS Zombies” – Character models don’t render
- TreePad X Enterprise (single user) 12GB v7.17.0: Garbled Text When Creating or Editing a Node/Tree Name
- Adobe Photoshop CC 2015.5: Tabs show completely black
- TopoEdit crashes with unimplemented function mf.dll.MFCreateAudioRendererActivate
- Vietcong: taking handmap causes crash (ProcessVertices)
- 64-bit MRAC Anti-Cheat (My.Com Warface) kernel service fails in driver entry point due to missing ‘ntoskrnl.exe.{ExAcquireFastMutex,ExReleaseFastMutex}’
- Spellforce 3 has misplaced text in main menu
- Grand Prix Legends: Service papycpu2 doesn’t load
- Grand Prix Legends: Only the first two axes are recognized
winetricks -q msxml3
hangs- Gamepad input no longer works (regression)
- Custom protocol handler CF doesn’t support aggregation
- Gamepad input no longer works again (regression)
- Oracle Java runtime 8.211 online installer crashes in WoW64
- “winetricks -q ie8” hangs
- World of Tanks 1.5.0 launcher ‘WotLauncher.exe’ (0.3.x) crashes with Wine-Staging 4.7
- Incorrect crash information displayed for unimplemented function stubs when 64-bit Wine builtins are cross-compiled in PE format (Mingw-w64, MS x64 calling convention)
- Osmos refuses to start with built-in msvcp90
- CM_Set_Class_Registry_Property should use PCVOID for buffer parameter
Install Wine 4.9 Stable
Run the following commands in terminal to install Wine 4.9 Stable:
sudo apt-get upgrade
sudo apt-get update
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'
wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.key
sudo apt-get update
sudo apt install --install-recommends winehq-stable
Note
Please note that you will have to replace the codename for other Ubuntu releases. Such as, replace disco in the line/code with bionic for Ubuntu 18.04, xenial for Ubuntu 16.04 and cosmic for Ubuntu 18.10 Systems.
The source is available from the following locations: https://dl.winehq.org/wine/source/4.x/wine-4.9.tar.xz http://mirrors.ibiblio.org/wine/source/4.x/wine-4.9.tar.xz Binary packages for various distributions will be available from: https://www.winehq.org/download