Ahoy, a new stable version of Wine is now available to download.

Wine 6.0 bottles up a year’s worth of development (fermented from more than 8,300 changes) to provide users a rich and varied palette of improvements, new features, and advanced capabilities.

For those unfamiliar with it, Wine is a Windows compatibility layer that allows apps, tools, and games built for Microsoft Windows to run (with caveats) on Linux, BSD, Android, and even macOS systems.

At the time of writing than 27,500 Windows apps and games are compatible with Wine, including well-known software like Photoshop and Microsoft Office, and popular games like StarCraft, Final Fantasy XI Online , and Team Fortress II.

Wine remains hugely popular with a swathe of Linux users who depend on it daily, be it to run a critical Windows-only utility or pass the time in a big-title game. This might even include you!

Scroll on for more detail on what’s new, nascent, and notable in this latest stable release.

Wine 6.0: What’s New?

Major features touted in the (somewhat expansive) Wine 6.0 change-log include:

  • Vulkan backend for WineD3D
  • DirectShow and Media Foundation support
  • Text console redesign
  • USB kernel driver
  • Mouse position history
  • Plug & Play device notifications
  • WebSocket API
  • Initial support for Apple Silicon

And that list is literally only scratching the surface of what’s new in this release. With well over 8,000 changes in Wine 6.0, many of which sound innocuous on their own but are core cogs in the overall experience, this is the most robust and feature-packed version of the compatibility layer to date.

How to Install Wine 6.0 on Ubuntu

Now you know what’s changed you probably want to know how to install Wine 6.0 on Ubuntu 20.04, 20.10, Linux Mint, Zorin OS, or insert your distro here.

Well, you’ve a few options.

If you’re patient, Wine 6.0 will be available in Ubuntu 21.04 when it’s released in April. Older versions of Wine are available in the Ubuntu archives on older versions of the system — just run an sudo apt install wine to get them.

But what if you want to install the latest stable release of Wine on an existing Ubuntu install? Well, Wine developers make that incredibly easy.

First off, you need to be on Ubuntu 20.04 LTS or Ubuntu 20.10. While Wine 6.0 can be installed on 18.04 it requires a couple of extra steps, which are better explained on the link above.

To install Wine 6.0 on Ubuntu, first enable 32-bit support on your system:

sudo dpkg --add-architecture i386 

Next, add the official Wine repository key:

wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key

Now you can add the Wine repo itself.

If you’re on Ubuntu 20.10 run:

sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ groovy main'

Or if you’re on Ubuntu 20.04 LTS run:

sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'

Finally, install Wine 6.0:

sudo apt install --install-recommends winehq-stable

Once everything is done you may wish to reboot your system to ensure all the components work properly. Then, to get started, just launch the Wine app from the Applications grid and go from there.

If you’re happy to let the latest Wine release ripen Wine 6.0 will be available through CrossOver, a commercial version of Wine offering a slate of extra features, support, and conveniences.

Do you still use Wine? If you do, let me know what for in the comments!