How to install Wine Staging on Ubuntu 19.10


Today we are looking at how to install Wine Staging and how to use it on Ubuntu 19.10.  Please note that the exe package which I used in the video, are not there by default.

The first command will add 32bit support for Wine on your system.  The second and third will download and add a Wine security key to your system.  The fourth command will add the Wine repository to your system's sources and also update your system sources.  The last command will install Wine-Staging.

When we install our first package Wine will automatically install 3 packages, as seen in the video, Wine Gecko and Mono packages, it is needed!  Enjoy!

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.


Commands used:
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 apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'
5) sudo apt install --install-recommends winehq-staging

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

Official Site:
https://www.winehq.org/

We are on social media! For announcements, content release updates (across all our projects), and much more, please join our Reddit community!
https://www.reddit.com/r/linuxmadesimple/


For a video with Voice-Overs look here: coming soon

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

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

Comments