PDA

View Full Version : Installing flash player on Kali-Linux



someshwarceh
2013-03-24, 18:41
Hi,

When I was opend Youtube it was asked me to install flash player. I downloaded it but i am unable to install it. Almost I searched for one hour. Finally I got it. Follow the bellow steps.

1. Download flash player from http://get.adobe.com/flashplayer/

2. Select version to download: .tar.gz for other Linux

3. Click download and save it in root folder.

4. Now unzip it by typing tar xzvf install_flash_player_11_linux.i386.tar.gz

Thats it.

wickedwayz
2013-03-27, 19:29
nice job bro.

anashlali
2013-03-28, 18:48
many many thanks

superbuyro
2013-03-31, 07:31
or you can check here (http://forums.kali.org/showthread.php?977-Intall-Flash-Player-for-Iceweasel-Firefox-in-3-Simple-Steps&highlight=flash+player)

7hiNKTaNK
2013-06-06, 03:08
Some,

Thank you for your original post as I'm still some-what new to linux. Anyway, I followed your guide but my filename was a bit different so I put this into the console:

tar xzvf install_flash_player_11_linux.x86_64.tar.gz

And everything worked just fine.

anon1100
2013-07-10, 17:07
You forgot to let them know to follow with the command:

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

Spokett
2013-07-15, 14:18
Thank you! :D

hacip
2013-07-21, 06:47
thank you for instructions.

dstoler
2013-07-21, 23:26
I am new to Linux pretty much and this is how I installed flash to my Kali Linux.

Well, this is how I installed Adobe. Open a terminal and type the following:


apt-get install flashplugin-nonfree

Let it do its thing, then type in terminal:


update-flashplugin-nonfree --install

That's it! This method worked excellent for me but if I am misinforming someone please let me know asap. Not sure if this method I have given is avoided for some reason but I am not having any issues and can watch videos on YT and anywhere else on the interwebz. I am using IceWeasel Firefox browser.

colegagliano
2013-11-02, 03:42
You missed a step. You need to copy the flash player file to Mozilla plugins, the command for this is shown in this full tutorial:

http://lewiscomputerhowto.blogspot.com/2013/10/how-to-install-adobe-flash-player-in.html

promanelka
2013-12-03, 09:02
You forgot to let them know to follow with the command:

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

What exactly does the command do? And if not followed, what do we stand to lose?
Would appreciate your explanation on this so it can better be understood.
Thanks

rheia
2014-03-07, 04:13
yes you forgot this crucial step: cp libflashplayer.so /usr/lib/mozilla/plugins/

@promanelka i think it is to make browser recognize the flash.

vietdung040490
2014-03-09, 21:49
I am new to Linux pretty much and this is how I installed flash to my Kali Linux.

Well, this is how I installed Adobe. Open a terminal and type the following:


apt-get install flashplugin-nonfree

Let it do its thing, then type in terminal:


update-flashplugin-nonfree --install

That's it! This method worked excellent for me but if I am misinforming someone please let me know asap. Not sure if this method I have given is avoided for some reason but I am not having any issues and can watch videos on YT and anywhere else on the interwebz. I am using IceWeasel Firefox browser.

thanks, it's work perfectly on kaliL 64b

NeilClark
2014-12-18, 22:16
I am new to Linux pretty much and this is how I installed flash to my Kali Linux.

Well, this is how I installed Adobe. Open a terminal and type the following:


apt-get install flashplugin-nonfree

Let it do its thing, then type in terminal:


update-flashplugin-nonfree --install

That's it! This method worked excellent for me but if I am misinforming someone please let me know asap. Not sure if this method I have given is avoided for some reason but I am not having any issues and can watch videos on YT and anywhere else on the interwebz. I am using IceWeasel Firefox browser.

This method worked fine for my ASUS laptop after a reboot.

vailixi
2015-03-17, 14:47
This used to work for installing flash. You could just apt-get install flash and YouTube would work. But now there are some audio issues where it just doesn't work. I think most of the issues have to do with pulse. How do you fix that? As in how do you make sound work with Youtube? Youtube doesn't work if you just install flash via apt and do nothing else. Oh yeah, and how do you make the mic work with things like tinychat. In principal it's nice to have full functionality in case you want to use it.

For some reason apt would not install flash. I tried a few different methods and finally. This odd because I tried it on my last install and it didn't work. Now it seems to be fine. I really wish Adobe has better Linux support.

Download flashplayer here:
https://get.adobe.com/flashplayer/

tar xvf install_flash_player_11_linux.x86_64.tar.gz
cp libflashplayer.so /usr/lib/mozilla/plugins/