1.Install Flash Player for Iceweasel / Firefox in 3 Simple Steps
Step # 01
Lauch the browser and download the Flash Player in a seperate folder.
Download link = http://get.adobe.com/flashplayer/
(Note: Version to download tar.gz for other Linux)
Step # 02
Launch the terminal and open the folder path where downloaded flash file is stored then run the following command.
Code:
tar xzvf install_flash_player_11_linux.i386.tar.gz
Code:
tar xzvf install_flash_player_11_linux.x86_64.tar.gz
Code:
tar xzvf yourdownloadedfilename.tar.gz
Now run the following last command (Remember: Do not change the folder path stay in the same folder where you unpacked the files)
Code:
cp libflashplayer.so /usr/lib/mozilla/plugins/
2.change user
su user_name