1

In previous versions I was able to install 64 bit flash from the sevenmachines ppa, it was removed so I thought Ubuntu added it to official repos, but it installs the 32 bit version and the nspluginwrapper.

Any way to install the 64 bit version?

Jorge Castro
  • 70,934
  • 124
  • 466
  • 653
nadiyama
  • 43
  • 3

1 Answers1

6

It is available in the partner repository. Enable partner repository first then you can do:

sudo apt-get update && sudo apt-get install adobe-flashplugin

Have a look at this:

How do I install Adobe Flash player?

sagarchalise
  • 23,668
  • 12
  • 72
  • 85
  • Thanks, I don't know why flash 32 bits is available in current repos but there is the need of enabling another one for the 64 bits version. – nadiyama Nov 18 '11 at 17:08