PDA

View Full Version : Install Flash Player for Iceweasel / Firefox in 3 Simple Steps



Hitman
2013-03-30, 17:57
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.

tar xzvf install_flash_player_11_linux.i386.tar.gz or
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

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)

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

Congratulations! :o 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

skycrazy
2013-03-31, 16:43
Thanks for the tut, but might i point out theres two step 3's ;)

Hitman
2013-04-01, 06:03
Thanks for the tut, but might i point out theres two step 3's ;)

thanks for your point ;) by the way it really becomes two steps if you are already having the downloaded file of Flash Player

mazbron
2013-04-12, 02:59
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.

tar xzvf install_flash_player_11_linux.i386.tar.gz or
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

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)

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! :o 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

i can't do it :confused:

Hitman
2013-04-13, 02:53
i can't do it :confused:

Kindly enter the correct file name as you see the error is Cannot Open: No such file or directory. Your downloaded file is having some other name try with other name and then tell me

moh
2013-04-25, 20:18
i can't do it :confused:
As a very beggining linux user i was stuck in same place as you, my problem was that i didnt understood "open the folder path" part. However after some experiments i found out that i need to use cd command to point out folder path.
For example, u downloaded flash to brbl folder on desktop, then, u open terminal and input
cd Desktop/brbl/

Thanks for author of the thread and sorry for poor english

EVO
2013-04-26, 07:30
Yo, you could try this too.

type in the terminal:

apt-get install flashplugin-nonfree

then

update-flashplugin-nonfree --install

and you're done.

aut0exec
2013-04-30, 00:03
Evo's method is fool proof. Worked like a charm, thank you.

charonsecurity
2013-04-30, 09:17
http://forums.kali.org/showthread.php?287-How-to-install-Flash-Simple-steps!&highlight=flash
dejavu! hehe

Pro_USoft
2013-04-30, 15:42
Thanks Hitman :cool:

Friction2600
2013-05-13, 02:33
Thank you very much sir.

ghost0075
2013-05-15, 13:32
cp: cannot create regular file `/usr/lib/mozilla/plugins/libflashplayer.so': Permission denied
please help me.....can,t install flash player

Hitman
2013-05-15, 18:00
try it as a root.

Nubbix
2013-05-15, 19:17
Based on Hitmans excellent instructions here is a simple bash script to simplify the process.
Hope the page and download link, first time using code.google.com

http://code.google.com/p/mozilla-flash-script/

Please report any code errors or even suggestions to improve it, is is open source of course...
Tested and should work ok

Hitman
2013-05-18, 18:50
thanks dear @Nubbix share the source code here as well for a quick copy paste by visitors :-)

XxsithlordxX
2013-06-01, 23:33
I gave your thread the 5-star treatment. Excellent work.

vailixi
2013-06-06, 15:35
Yo, you could try this too.

type in the terminal:

apt-get install flashplugin-nonfree

then

update-flashplugin-nonfree --install

and you're done.

I don't get it. Can you clarify this command?


update-flashplugin-nonfree --install

And the filter?


--install



update-flashplugin-nonfree --install

I just get this error


bash: update-flashplugin-nonfree: command not found

undersc0re
2013-06-30, 14:42
Yo, you could try this too.

type in the terminal:

apt-get install flashplugin-nonfree

then

update-flashplugin-nonfree --install

and you're done.

I get this error, total noob here, I think I have to do things different maybe because of a different drive letter, how would I fix this error pls?

root@kali:~# apt-get install flashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package flashplugin-nonfree
root@kali:~#

charonsecurity
2013-07-01, 01:14
I get this error, total noob here, I think I have to do things different maybe because of a different drive letter, how would I fix this error pls?

root@kali:~# apt-get install flashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package flashplugin-nonfree
root@kali:~#

Follow this thread guide
http://forums.kali.org/showthread.php?287-How-to-install-Flash-Simple-steps!

Sziller
2013-07-28, 18:06
Yo, you could try this too.

type in the terminal:

apt-get install flashplugin-nonfree

then

update-flashplugin-nonfree --install

and you're done.

Thanks for the info, but could You explain the 2nd command? What exactly does it do? (The first did the install job) Im noob in Linux, so sry if I asked something stupid.

TheCoder
2013-08-16, 17:04
Thank you bro

Mrquiety
2013-08-19, 15:30
If you guys are still searching for this issue here is a perfect tutorial about these two issues
Mozilla Firefox (http://geekyshow.blogspot.in/2013/07/how-to-install-mozila-firefox-in-kali.html)
Flash Player (http://geekyshow.blogspot.in/2013/07/how-to-install-flash-player-in-kali.html)

4n0nYm0u53
2013-09-15, 23:50
:cool:
Yo, you could try this too.

type in the terminal:

apt-get install flashplugin-nonfree

then

update-flashplugin-nonfree --install

and you're done.

Dude Th!s Werked L!ke A Charm Thnx 3V0, :cool: Cat Daddy!!

dzzi
2013-09-19, 12:37
recieving same error as sickness

engwla2
2013-09-23, 23:34
Thank you for now is to work:D

matiyalex
2013-11-04, 00:37
Thanks alot

Jayson Wonder
2013-11-25, 19:06
As a very beggining linux user i was stuck in same place as you, my problem was that i didnt understood "open the folder path" part. However after some experiments i found out that i need to use cd command to point out folder path.
For example, u downloaded flash to brbl folder on desktop, then, u open terminal and input
cd Desktop/brbl/

Thanks for author of the thread and sorry for poor english
+1 for this method, neat, safe easy!

Hitman
2013-11-26, 15:44
Some basic knowledge of linux is at least expected from a kali user.

buzdagi83
2014-01-15, 07:09
Yo, you could try this too.

type in the terminal:

apt-get install flashplugin-nonfree

then

update-flashplugin-nonfree --install

and you're done.



Thanks bro. It works.

cbe
2014-01-26, 03:04
Had just purchased a new laptop from ZaReason and of course ran up against the stupid Adobe Flash BS. For the record I blame Adobe for continuing to add security updates and not providing a solution for Linux users (all distros), but that is off topic.

<p>Chances are EVO's method would have worked fine, however before I tried it, I used Hitman's solution of downloading the .so file and putting it in the directory as suggested. After logging off and restarting my laptop everything worked fine. Regardless of how you access and download the .so file, you must copy it to the location, as sudo / root user, as Hitman suggests and everything just works.


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

<p>I did note that others mentioned the backports on Debian and will endeavor to read about those so that I can fix things the 'proper' Debian way. Since Adobe is creating the problem, seems like any solution other than downloading the .so file from there would be preferred. Just something you should consider.

I just wanted to comment for others so that they would know that this method (Hitman's solution) worked for me.

For the record, I have the following:


Iceweasel: 17.0.10
Debian: (uanme -a): Linux zareason-verix530 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux


When I checked /usr/lib/mozilla/plugins/ there was no libflashplayer.so there until I copied it. Then Flash content worked fine for me.

Here is a test that will tell you if you are haivng the same problem I was. When you enter the link (http://www.google.com/finance?q=NASDAQ%3AWFM&ei=VN3ZUoD8KuTZsQetNg) in Google finance to see the stock, Whole Foods, if you see a solid color in the box you are seeing what I saw before I copied the .so file to /usr/lib/mozilla/plugins as Hitman indicated. Also Youtube videos would not play for me either. However this solution is not foolproof as I have encountered a scenario, in the past, with Linux + Firefox + Flash where some videos played and others did not after Adobe updated their Flash player.

If you see the graphs in Google finance for Whole Foods (WHM), you are not experiencing the same problem I did. I only saw the graphs in the box, after copying libflashplayer.so to /usr/lib/mozilla/plugins.

Hope this helps another and thank you Hitman. Enjoy.

bank1e
2014-02-25, 10:48
thanks a lot.. it worked perfectly

iamroot
2015-03-18, 10:17
Yo, you could try this too.

type in the terminal:

apt-get install flashplugin-nonfree

then

update-flashplugin-nonfree --install

and you're done.


reply :
root@dEvIL:~# apt-get install flashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package flashplugin-nonfree

iceygames56
2015-08-02, 12:21
thanks still works great

HellChranos1
2015-09-25, 08:54
Hey evo... I guess your method worked for me but Iceweasel is still asking me to install Adobe flash player...
Any idea what to do?

G3Cube
2016-02-18, 02:38
Thanks, Hitman! Worked like a charm. Mucho gracias.