Skip to content

Instantly share code, notes, and snippets.

@andru255
Forked from jansanchez/gist:7896421
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save andru255/0a7d87f3538bb66701fc to your computer and use it in GitHub Desktop.

Select an option

Save andru255/0a7d87f3538bb66701fc to your computer and use it in GitHub Desktop.

Install wine in linux

Type in your terminal

sudo apt-get install wine
sudo apt-get install winetricks
sudo apt-get install playonlinux
sudo dpkg --add-architecture i386
sudo apt-get update

Finally

sudo apt-get install wine-bin:i386

Enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment