How to install Wine HQ on Ubuntu 18.10


Today we are looking at how to install Wine on Ubuntu 18.10.  There are three available options out there and a person can choose what one they like by choosing one of the last three commands.  Staging, Dev, or Stable.  I found all the commands on the official Wine website, you will find a link after the commands.

Ps.  I needed to update the commands as Wine HQ changed the installation process, just copy/paste these commands as shown in the video.

Commands Used: 
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ cosmic main'
sudo apt install --install-recommends winehq-stable

Information about the Commands:
https://wiki.winehq.org/Ubuntu

Subscribe to our weekly Linux Round-Up: SUBSCRIBE


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

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