Skip to content

Instantly share code, notes, and snippets.

@nd3w
Last active October 29, 2019 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nd3w/25fd37a32a12b351f3e315afa99bf869 to your computer and use it in GitHub Desktop.
Save nd3w/25fd37a32a12b351f3e315afa99bf869 to your computer and use it in GitHub Desktop.
Installing Wine 4.0 on Ubuntu 18.04 and Linux Mint 19
$ sudo dpkg --add-architecture i386
$ sudo apt update
$ wget -qO- https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -
$ sudo apt-add-repository 'deb http://dl.winehq.org/wine-builds/ubuntu/ bionic main'
$ sudo apt update
If failed to update, type:
$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv F987672F
$ sudo apt update
$ sudo apt-get install --install-recommends winehq-stable wine-installer
$ wine --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment