-2

enter image description here

Please explain how I can install wine64

AnotherKiwiGuy
  • 4,370
  • 1
  • 21
  • 38

1 Answers1

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
  • 197,895
  • 55
  • 485
  • 740
AnotherKiwiGuy
  • 4,370
  • 1
  • 21
  • 38
  • @malekmahmed - You're welcome. I'm glad this worked for you. If you're happy with it, I'd appreciate you accepting the answer, by clicking on the little tick mark next to my answer. :) – AnotherKiwiGuy Dec 22 '16 at 05:21