How does someone install the new beta version of flash 11?
3 Answers
Install Flash-Aid and run the extension Wizard. Flash-Aid allows to install Flash 64bit from Adobe Labs (32bit from repos and Chrome too), it removes conflicting plugins and apply performance tweaks. Additionally, it has a plugin update checker, so you can be notified about new beta versions.
- 6,427
As shown here http://www.webupd8.org/2011/07/adobe-releases-flash-player-11-beta.html you can use the following commands:
sudo mkdir /usr/lib/kde4
sudo add-apt-repository ppa:sevenmachines/flash
sudo apt-get update
sudo apt-get install flashplugin64-installer
You can also follow the manual installation as shown in the link above
The sevenmachine ppa is the best bet to keep up-to-date with flash 64 bit. Otherwise download the tar archive for linux from here.
extract it and save the libflashplayer.so file on mozilla plugin path. Either locally or on /usr/lib/mozilla/plugin. You can copy the files mentioned inside the tar on respective places .i.e inside /usr folder avoiding the kde ones if you don't use kde
- 24,306