Skip to content

Instantly share code, notes, and snippets.

@improve100
Created May 10, 2018 05:44
Show Gist options
  • Save improve100/ec559ec266660eff24d6f5a487699ae9 to your computer and use it in GitHub Desktop.
Save improve100/ec559ec266660eff24d6f5a487699ae9 to your computer and use it in GitHub Desktop.
How to install Wine on Ubuntu Linux 64bit
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