Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Jacobboogiebear/ff63aa808aec043fd9437053028daa23 to your computer and use it in GitHub Desktop.
Save Jacobboogiebear/ff63aa808aec043fd9437053028daa23 to your computer and use it in GitHub Desktop.
Install wine on ubuntu 18.04.4 LTS
sudo wget -O- https://gist.githubusercontent.com/Jacobboogiebear/ff63aa808aec043fd9437053028daa23/raw/481db044c7810aa23095c9fbe56b3ef42b406aa2/Script | bash
sudo wget -O- http://pastebin-scraper.herokuapp.com/?PASTEBIN=https://pastebin.com/knwx7XRE | bash
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