Install Wine 3.6 on Ubuntu Linux via Terminal Commands

Install Wine 3.6 on Ubuntu Linux via Terminal commands. The Wine development release 3.6 is now available for users. It brings support for PNG format icons, support for 1D textures with more infrastructure for high DPI support and OLE data cache improvements. Apart from these changes, it also brings various bug fixes.

Bugs fixed in 3.6 (total 53):

  1. 19241 winemenubuilder crashes during extraction of high-res Windows Vista+ 256×256 PNG compressed icon resources
  2. 24011 Trackmania Nations Forever graphics test does not work
  3. 27151 Mafia Vizheneo (Мафия) bug
  4. 28520 Surface flips ignore vsync flags in ddraw (Claw, Diablo II, Imperium Galactica II, Incoming, Panzer General II, Unreal)
  5. 29999 Bloodrayne 2: text in the menus misplaced
  6. 30103 Static controls with bitmap do not display correct background.
  7. 33312 QQ International 1.6 can’t load Bulletin
  8. 38147 Batman: Arkham Asylum (non-steam) Demo launcher (.NET 2.0 app) missing text
  9. 38496 Greek Holy Bible 13.0 crashes with System.TimeZoneNotFoundException when using Wine-Mono
  10. 38959 Microsoft .NET Framework 4.6 web installer fails silently (unable to load series of compressed PNG icon images from ICO files)
  11. 39011 Sierra Chart hangs when drawing polygon fill line type: gdi32.Polygon()
  12. 39452 mpr.WNetGetUniversalName() return value (causes Intel MPI to fail)
  13. 40156 AutoWikiBrowser database scanner fails with “no access to memory location”
  14. 40305 AutoWikiBrowser 5.8 (.NET app) needs riched20 ITextRange::ScrollIntoView
  15. 40976 Multiple games need d3d11_device_CreateTexture1D implementation
  16. 41279 Sonos Desktop Controller 6.x (.NET 4.x app) crashes with System.NotImplementedException (needs hnetcfg INetFwPolicy2::get_Rules)
  17. 41377 Windows 10 DISM fails to find its resources (kernel32 SetThreadUILanguage must return non-zero/best fit language identifier if zero is passed)
  18. 41398 Starcraft 2 Editor: Crashes when Battle.net login dialog is presented
  19. 42267 Rogue-Killer installer crashes on unimplemented function ntdll.dll._aulldvrm
  20. 42446 Native Instruments ‘Native Access’ 1.1.x fails to start, reports ‘You cannot start Native Access from the mounted disk’
  21. 43051 Rise of the Tomb Raider needs unimplemented function msvcr110.dll.__crtCapturePreviousContext
  22. 43096 rtpMidi cannot install.
  23. 43468 The game StarCraft2 hang when I click on the “exit game” button. I have to kill the process.
  24. 43831 Cuphead (Steam) crashes on startup (needs setupapi.CM_Get_Parent stub to return CR_NO_SUCH_DEVNODE)
  25. 43863 Rollcage Redux needs correct include handling in D3DXCreateEffectFromFileExW()
  26. 43872 The Witcher 3: some monsters are completely invisible
  27. 43930 iCopy 1.6.x (.NET 2.0 app) crashes on startup (IWiaDevMgr::SelectDeviceDlg DeviceID pointer parameter can be NULL, needs be declared ‘unique’ for RPC marshalling)
  28. 43994 page fault when running droid4x-0-9-0.exe
  29. 44001 Empire of the Ants (french version “les fourmis”) – game crashed
  30. 44135 Olive Tree Bible Software BibleStudySetup_6.0.23.exe fails to install
  31. 44404 Several .Net apps (e.g. Remembear) throw errors/crash,caused by msctf stubs TextStoreACPSink_{OnTextChange,OnSelectionChange,OnLayoutChange}
  32. 44500 BattlEye ‘BEDaisy’ kernel service crashes on unimplemented fltmgr.sys functions (FltRegisterFilter, FltStartFiltering, FltUnregisterFilter)
  33. 44530 64-bit Sentinel HASP hardlock.sys kernel driver tries to access to DR7 (not handled in ntoskrnl emulate_instruction)
  34. 44580 Outlook 2007 cannot read MSG files anymore
  35. 44645 Black border around tray icon
  36. 44680 Support for DTM_GETIDEALSIZE not implemented
  37. 44692 64-bit .NET apps crash on startup with Wine-Mono (Medieval Engineers, Dashware 1.9)
  38. 44818 ntdll.NtClose (kernel32.CloseHandle) should throw invalid handle exception (EXCEPTION_INVALID_HANDLE) for invalid handles when run under debugger
  39. 44837 BattlEye ‘BEDaisy’ kernel service fails in driver entry point due to missing ‘ntoskrnl.exe.Ps{Acquire,Release}ProcessExitSynchronization’
  40. 44857 Visio 2003 – property dialogs buttons appear broken
  41. 44864 Incoming crashes after the intro video
  42. 44874 Phonetools 9.x crashes on unimplemented function KERNEL32.dll.RequestDeviceWakeup
  43. 44881 MidRadio Player doesn’t send SysEx messages to the MIDI device.
  44. 44904 winebus blocks auto start up of scheduler service
  45. 44906 BattlEye ‘BEDaisy’ kernel service fails in driver entry point due to missing ‘ntoskrnl.exe.ExfUnblockPushLock’
  46. 44907 BattlEye ‘BEDaisy’ kernel service crashes on unimplemented function ‘fltmgr.sys.FltGetRoutineAddress’
  47. 44908 BattlEye ‘BEDaisy’ kernel service wants ‘ntoskrnl.exe.ObGetObjectType’
  48. 44910 BattlEye ‘BEDaisy’ kernel service fails in driver entry point due to ‘ntoskrnl.exe.ObReferenceObjectByHandle’ stub (needs STATUS_SUCCESS)
  49. 44911 BattlEye ‘BEDaisy’ kernel service crashes on unimplemented function ntoskrnl.exe.PsGetProcessId
  50. 44923 Failing kernel driver services can stall WINEPREFIX bootstrapping/startup for a considerable time when configured as autostart
  51. 44924 StarForce v3 kernel drivers need ntoskrnl.IoCreateSynchronizationEvent to return a non-NULL handle
  52. 44932 limited list of available printer’s paper/page size
  53. 44944 Adobe Premiere Elements 14 fails to install: ERROR: Third party payload installer pxengine5_08_13a.exe failed with exit code: -1

Install Wine 3.6 on Ubuntu Linux

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

sudo apt-get update
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/
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/xenial main'
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable

Once installed, open Wine from Ubuntu menu options of terminal.

Install Wine 3.6 on Ubuntu Linux via Terminal Commands originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.