How to install Wine 1.9.22 in Ubuntu 16.10. Learn how to install Wine in Ubuntu via ubuntu-wine/ppa. The Wine development release 1.9.22 is now available and can be installed on Ubuntu Systems. Wine (originally an acronym for “Wine Is Not an Emulator”) is a compatibility layer capable of running Windows applications and games on several POSIX-compliant operating systems, such as Linux, Mac OSX, & BSD.
Wine 1.9.22
The Wine development release 1.9.22 is now available and brings the following changes and bug fixes.
New features:
- macOS clipboard support adapted to the new design.
- Initial implementation of bitmap rendering in Direct2D.
- More WebServices implementation.
- A few more steps towards HID support.
Bugs fixed in 1.9.22 (total 25):
- Multiple games need msvcirt.dll.??0istrstream@@QAE@PADH@Z (Tron 2.0, NOLF2, Schizm 2)
- Star Trek: Borg does not run, needs msvcrt20.dll.??0ostrstream@@QAE@PADHH@Z
- Winamp’s next page in the shoutcast radio/tv list doesn’t respond
- Gestan crashes due to unimplemented msvcirt.dll.??0istrstream@@QAE@PAD@Z
- Fractal Time!: cannot select an area in the generated image to zoom in
- Microsoft reader crashes due to unimpl msvcirt.dll.?rdbuf@ostrstream@@QBEPAVstrstreambuf@@XZ
- Reservoir Dogs: no videos and black menu right after starting
- L2German.net: Lineage II installer crashes
- Right click on system tray icon not work
- Max Payne 2: The Fall of Max Payne (Steam) shows white screen and nothing else
- Rainbow Six: Only the sky is rendered
- Max Payne 2 Demo: checkboxes in options dialog have missing window styles
- KCleaner hangs up in system tray
- Warhammer 40,000: Dawn of War II (Steam) crashes on startup, reporting ‘Failed to verify content catalog integrity’
- New ReactOS shell crashes on unimplemented function shell32.dll.723 a.k.a. SHCreateSessionKey
- TrySim v5.0 demo doesn’t exit cleanly (crashes/hangs on exit)
- Rockman 7FC has issues with Shade Man Easter Egg
- Might & Magic Heroes IV crashes on startup
- LFS.exe (Live for Speed) crash on copy/paste (Ctrl+C) operation on chat history
- Power DVD 15 (Cyberlink) needs unimplemented function SHELL32.dll.SHRemoveLocalizedName
- Failure to compile: redefinition of typedef ‘EVENT_FILTER_DESCRIPTOR’
- WMI error in object Win32_ComputerSystemProduct, property UUID
- Xenia emulator needs unimplemented function api-ms-win-core-rtlsupport-l1-1.RtlLookupFunctionEntry called in 64-bit code
- Windows API crash (GetTimeZoneInformationForYear)
- Copy/Cut and paste do not work as of wine 1.9.21
Download Wine
The source is available from the following locations:
http://dl.winehq.org/wine/source/1.9/wine-1.9.22.tar.bz2
http://mirrors.ibiblio.org/wine/source/1.9/wine-1.9.22.tar.bz2
Binary packages for various distributions will be available from http://www.winehq.org/download
Install Wine On Ubuntu via PPA
The Wine development release 1.9.22 can be installed on Ubuntu Systems via PPA. Run the following commands in Terminal to install Wine:
sudo add-apt-repository ppa:ricotz/unstable
sudo apt update
sudo apt install wine1.9
Once installed, open Wine from Ubuntu Dash.
Remove Wine From Ubuntu
If you wish to uninstall and remove Wine from Ubuntu Systems, run the commands given below:
Method 1
sudo apt install ppa-purge
sudo ppa-purge ppa:ricotz/unstable
sudo apt-get update
Method 2
sudo apt remove wine1.9
sudo apt autoremove
sudo apt-get update