Wine 3.3 released. How to Install Wine 3.3 in Ubuntu Linux. Wine 3.3 brings Vulkan support and Direct3D multi-threaded command stream function. Wine 3.3 brings the following new features:
- Beginnings of Vulkan support.
- Direct3D multi-threaded command stream enabled by default.
- Multisample textures enabled by default.
- Support for game controllers through SDL.
- Support for loading CIL-only .Net binaries.
- Various bug fixes (total 35).
Install Wine 3.3 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 Mint 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 Mint 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.