Skip to content

Instantly share code, notes, and snippets.

@fonylew
Created April 22, 2017 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fonylew/0dfdd21c093aed2fcd0af9ca178482c8 to your computer and use it in GitHub Desktop.
Save fonylew/0dfdd21c093aed2fcd0af9ca178482c8 to your computer and use it in GitHub Desktop.
# Installing WineHQ
```
sudo dpkg --add-architecture i386
wget https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
```
# Installing PlayOnLinux
The easiest way is install from .deb file from here https://www.playonlinux.com/en/download.html
# Download iTune!!!
You can now install as the same fashion as in Windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment