Please explain how I can install wine64
Asked
Active
Viewed 7,934 times
1 Answers
1
There is no longer a package called wine64 in the Ubuntu Repositories.
You can install a 64bit version of Wine like this:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install wine1.6-amd64
Be aware that there are many caveats with 64bit Wine. There are also a ton of bugs.
If you want the latest builds, you can install the WineHQ PPA:
sudo add-apt-repository ppa:wine/wine-builds
muru
- 207,228
AnotherKiwiGuy
- 4,482
- 1
- 22
- 39
