post button

Τρίτη 17 Σεπτεμβρίου 2013

install the flash player in kali

Step # 01

http://get.adobe.com/flashplayer/download/?installer=Flash_Player_11.2_for_other_Linux_%28.tar.gz%29_64-bit&standalone=1
Lauch the browser and download the Flash Player in a seperate folder.
Download link = http://get.adobe.com/flashplayer/completion/?installer=Flash_Player_11.2_for_other_Linux_%28.tar.gz%29_64-bit
(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/
Congratulations! you got the flash player after all