how can I revert to previous version of flash?
Solution 1:
Here is the fix:
- Close running instances of your browser.
-
If you don't already have synaptic package manager installed (it isn't by default) install it. From the terminal type:
sudo apt-get install synaptic
-
You will also need to install "hal" and "hal-info", unless already installed:
sudo apt-get install hal hal-info
- Start Synaptic Package Manager
- In the top right of the application is a search box. Search for "flashplugin-installer"
- Highlight the package and press Ctrl + E
- The "Force version" window should open
- Pick version 11.2.202.243 instead of the currently installed 11.2.202.280
- Apply changes by clicking the button that says "Apply" with a check mark under it.
- With the package still highlighted, select from the top menu: Package->Lock Version
- Close Synaptic and open a terminal
-
We need to remove old cached versions of the plugin. First type:
cd ~/.adobe/Flash_Player
-
Next type:
rm -rf NativeCache AssetCache APSPrivateData2
- You can now close the terminal and reopen your browser
Thanks to Rob S for the instructions on how to do this. The above instructions are his with only slight modifications. Additionally, the last few instructions are from the Arch Linux Wiki.