How to install Wine 3.0.4 on Linux Mint 19.1


Today we are looking at how to install the latest version of Wine Stable on Linux Mint 19.1.  Currently, it is 3.0.4 and whenever there is a newer stable version available you will get it via the normal system updates!  Enjoy!

Ps.  I updated the commands because Wine HQ changed the installation commands since making the video, so just copy/paste these commands!

Update: Since making this video, Wine 5.0 has arrived and the installation commands have changed, we updated the commands below, so it is now different than in the video, but for a video guide to install Wine, look here.

Instructions:
1) sudo dpkg --add-architecture i386
2) wget -nc https://dl.winehq.org/wine-builds/winehq.key
3) sudo apt-key add winehq.key
4) sudo xed /etc/apt/sources.list
deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ ./
5) sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DFA175A75104960E
6) sudo apt update
7) sudo apt install --install-recommends winehq-stable


Commands are based on this:
https://wiki.winehq.org/Ubuntu

Subscribe to our weekly Linux Round-Up: SUBSCRIBE

For a Video With Voice-Overs look here: https://youtu.be/Hg8wJr2WajY

 

Curios about Chromebooks have a look at our Chromebook Comparison Chart!

Want to buy us a cup of coffee, thank you!

Do you want an ad-free, secure web experience, that pays you?  Look here for more information!

Follow us on Facebook:  https://www.facebook.com/linuxmadesimple

Comments