In this tutorial, I will show you how to install the Latest stable version of Wine 5.0 On Ubuntu 19.10 / 18.04 / 16.04 LTS and LinuxMin...
WineHQ is an open-source software developed for running Windows applications on Linux, OS X, and BSD.
The latest stable version available form Wine Team is 5.0 and this release represents a year of development and over 7400 individual changes with large no of improvements
What's new in this version?
- Builtin modules in PE format.
- Multi-monitor support.
- XAudio2 reimplementation.
- Vulkan 1.1 support
How To install Wine 5.0 on Ubuntu 18.04 , 19.10 ,16.04 & LinuxMint
Step 1: Download the key and add to your pcsudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key && sudo apt-key add winehq.keyStep 2: Add the repo
Ubuntu 19.10
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'Ubuntu 18.04
sudo apt-add-repository 'deb https://dl.winehq.org/5wine-builds/ubuntu/ bionic main'
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backportUbuntu 16.04
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backportStep 3: Update your repository
sudo apt-get updateStep 4: Install wine 5.0
sudo apt install --install-recommends winehq-stableStep 5: Run wine 5.0
COMMENTS