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
  • 73,717

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
  • 24,306