Created
January 27, 2020 20:09
-
-
Save davedavis/afd22fe0eb0e3035cececfcc4a6a77af to your computer and use it in GitHub Desktop.
Install Wine 5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install libgnutls30:i386 libldap-2.4-2:i386 libgpg-error0:i386 libxml2:i386 libasound2-plugins:i386 libsdl2-2.0-0:i386 libfreetype6:i386 libdbus-1-3:i386 libsqlite3-0:i386 | |
sudo dpkg --add-architecture i386 | |
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' | |
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport | |
sudo apt update && sudo apt install --install-recommends winehq-stable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment