I have seen some other related posts for installing flash player but mostly they are not working or people facing problems in installation. Now i am going to share the 3 easy steps to install the flash player in kali that works 100% for all.
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
or
Code:
tar xzvf install_flash_player_11_linux.x86_64.tar.gz
If in case your downloaded file having some another name then put that file name during extracting
Code:
tar xzvf yourdownloadedfilename.tar.gz
Step # 3
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/
root@localhost:~# tar xzvf install_flash_player_11_linux.i386.tar.gz
tar (child): install_flash_player_11_linux.i386.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Congratulations!
you got the flash player after all
I tried my best to make the method simple and easy so that everybody understand. Hope it will help all. Thanks