Last active
December 27, 2015 09:09
-
-
Save gblnovaes/7301477 to your computer and use it in GitHub Desktop.
How to install wine in ubuntu 13.04
This file contains 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 add-apt-repository ppa:ubuntu-wine/ppa | |
sudo apt-get update | |
sudo apt-get install wine1.7 | |
sudo apt-get install winetricks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment