Created
May 10, 2018 05:44
-
-
Save improve100/ec559ec266660eff24d6f5a487699ae9 to your computer and use it in GitHub Desktop.
How to install Wine on Ubuntu Linux 64bit
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
1.Use the following commands to install Wine on your 64bit Ubuntu Linux system. First, enable i386 architecture: | |
# dpkg --add-architecture i386 | |
2.install Wine via the Ubuntu Wine Team PPA repository where the current latest of this writing is 1.8. | |
Please note that you still need to enable i386 repository as shown above: | |
#add-apt-repository ppa:ubuntu-wine/ppa | |
apt-get update | |
apt-get install wine1.7 | |
3.open terminal c-a-t,run winetricks.then install app vs2010 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment