3

How does one install the latest version of Adobe's Flash Player for Iceweasel/Firefox?

daniel451
  • 1,017
  • 6
  • 13
  • 26

1 Answers1

6

My solution is the following: go to Adobe's website and download the latest version (.tar.gz file): download flash player

Unpack the downloaded files:

tar xzvf /path/to/download/flash-player-archive.tar.gz

Copy the flash lib to your plugin directory:

cp libflashplayer.so /usr/lib/mozilla/plugins/

If Iceweasel (or Firefox) was already open, restart it.

daniel451
  • 1,017
  • 6
  • 13
  • 26