In this tutorial, I will show you how to install the Latest stable version of Wine 4.0.2 On Ubuntu 18.04 / 16.04 LTS and LinuxMint. Wi...

In this tutorial, I will show you how to install the Latest stable version of Wine 4.0.2 On Ubuntu 18.04 / 16.04 LTS and LinuxMint.
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 4.0.2 and released recently with a fix of bugs fixes.
What's new in this version?
- Various bug fixes.
Installation steps
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.04
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'Ubuntu 18.10
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ cosmic main'Ubuntu 18.04
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'Ubuntu 16.04
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'Step 3: Update your repos
sudo apt-get updateStep 4: Install wine 4.0.2
sudo apt install --install-recommends winehq-stableStep 5: Run wine 4.0.2
COMMENTS