Created
January 9, 2018 17:14
-
-
Save hawkapparel/1d011f7ed08ddbbbae7f1c0faf05be0f to your computer and use it in GitHub Desktop.
Install Play on Linux and Wine HQ
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/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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