Wine 3.4 released. Install Wine on Linux Ubuntu using Terminal. Wine 3.4 brings more Vulkan support with better handling of privileged instructions on x86-64. Not to forget various bug fixes.
Wine 3.4
Wine development release 3.4 is now available.What’s new in this release (see below for details):
- More Vulkan support, including integration with the X11 driver.
- Better handling of privileged instructions on x86-64.
- Hex edit dialog improvements in RegEdit.
- Assortment of patches merged from wine-staging.
- Various bug fixes.
Install Wine 3.4 on Ubuntu
Run the following commands in terminal to install Wine 3.3 on Linux Ubuntu Systems:
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/
On Linux 17.x, the last line should be the following:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ trusty main'
On Linux 18.x, the last line should be the following:
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
Update packages:
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
Once installed, restart the system to apply changes.