Skip to content

Instantly share code, notes, and snippets.

@hawkapparel
Created January 9, 2018 17:14
Show Gist options
  • Save hawkapparel/1d011f7ed08ddbbbae7f1c0faf05be0f to your computer and use it in GitHub Desktop.
Save hawkapparel/1d011f7ed08ddbbbae7f1c0faf05be0f to your computer and use it in GitHub Desktop.
Install Play on Linux and Wine HQ
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
wine
wine --version
sudo apt-get install playonlinux
sudo apt-get install -y build-essential
@hawkapparel
Copy link
Author

sudo apt-get install wine1.7 winetricks
winetricks atmlib gdiplus msxml3 msxml6 vcrun2005 vcrun2005sp1 vcrun2008 ie6 fontsmooth-rgb gecko

cd /home/user/path/to/installer
wine Set-up.exe

Info:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=25607
https://gist.github.com/romuloctba/1201b373b00ea9516d5e

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