How to install Wine 5.0.2 in Deepin 20


Today we are looking at how to install Wine 5.0.2 on Deepin 20.  After installing Wine in this method you will always receive Wine updates when a newer Wine Stable version is available.

The 1st command will add 32bit support for Wine on your system.  The 2nd and 3rd will download and add a Wine security key to your system.  The 4th to 6th commands will add additional repositories to your system.  The 7th command will update your system sources.  The 8th command will install Wine-Stable.  The last command will install 3 packages that your system needs to install to run Windows applications.  Enjoy!

After installing Wine, we show you how to use Wine, by installing a .exe file via wine o our system.

Please note, that not all Windows programs work on Wine but many do.

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) echo "deb https://dl.winehq.org/wine-builds/debian/ buster main" | sudo tee /etc/apt/sources.list.d/wine.list
5) echo "deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./" | sudo tee /etc/apt/sources.list.d/wine.list
6) sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DFA175A75104960E
7) sudo apt update
8) sudo apt install --install-recommends winehq-stable
9) winecfg

Commands are based on this:
https://wiki.winehq.org/Debian
and
https://forum.winehq.org/viewtopic.php?f=8&t=32192

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/



Subscribe to our weekly Linux Round-Up: SUBSCRIBE

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

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

Comments