Last active
April 30, 2020 22:22
-
-
Save Jacobboogiebear/ff63aa808aec043fd9437053028daa23 to your computer and use it in GitHub Desktop.
Install wine on ubuntu 18.04.4 LTS
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 wget -O- https://gist.githubusercontent.com/Jacobboogiebear/ff63aa808aec043fd9437053028daa23/raw/481db044c7810aa23095c9fbe56b3ef42b406aa2/Script | bash |
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 wget -O- http://pastebin-scraper.herokuapp.com/?PASTEBIN=https://pastebin.com/knwx7XRE | bash |
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 dpkg --add-architecture i386 | |
wget -nc https://dl.winehq.org/wine-builds/winehq.key | |
sudo apt-key add winehq.key | |
sudo apt-key add --keyserver keyserver.ubuntu.com --recv-keys DFA175A75104960E | |
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' | |
sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04 ./' | |
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