Results 1 to 35 of 35

Thread: Install Flash Player for Iceweasel / Firefox in 3 Simple Steps

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2013-Mar
    Location
    n0wh3r3
    Posts
    53

    Install Flash Player for Iceweasel / Firefox in 3 Simple Steps

    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/
    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
    Last edited by Hitman; 2013-04-19 at 11:47. Reason: Thanks to Admin of www.n1tr0g3n.com for posting my this thread on their site.

Similar Threads

  1. Replies: 5
    Last Post: 2014-05-13, 08:30
  2. How to install Flash, Simple steps!
    By charonsecurity in forum How-To Archive
    Replies: 15
    Last Post: 2014-04-12, 06:04
  3. Adobe flash player? or Firefox?
    By jeridL in forum General Archive
    Replies: 3
    Last Post: 2013-03-26, 19:17

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •