Install Flash Plugin In Kali Linux
First, don't worry if you have Java 6 and Java 7 both on your system for now. You can use the command update-alternatives to ensure javac, jdb, jar, etc. etc. are properly linked to their Java 7 versions rather than their Java 6 versions but that is beyond the scope of this post. We are soley focusing on the Java plugin for your web browser and not worried with compiling Java programs, using Java to connecet to databases, etc.
Configuring Java
Do all of this as root.
Assuming you are using a 64bit machine, install the following packages from the repository:
1. openjdk-7-jre - OpenJDK Java runtime, using Hotspot JIT (7u3-2.1.3-1)
This installs into the /usr/lib/jvm/java-7-openjdk-amd64 directory.
*If you are using a 32bit machine you want to instead install the openjdk-7-jre-lib package and when you see amd64 below, use common instead. For example, the 32bit package installs into the /usr/lib/jvm/java-7-openjdk-common directory.
2. icedtea-7-plugin - web browser plugin based on OpenJDK and IcedTea to execute Java applets (1.3.1-2.1)
This installs into the same directory tree as the first install but adds /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so, which is the browser plugin.
Once those are installed, go to the /etc/alternatives directory and create this soft link:
While still in /etc/alternatives, issue the command ls -la mozilla-javaplugin.so to double check your work. The output should look like this:
Now we just need to create the link in the browser plugins directory back to /etc/alternatives/mozilla-javaplugin.so. Go to the /usr/lib/mozilla/plugins directory and create this soft link:
While still in /usr/lib/mozilla/plugins, issue the command ls -la mozilla-javaplugin.so to double check your work. The output should look like this:
Finally, restart your browser and go to a Java test page to verify it's working.
Configuring Flash
I couldn't explain it any easier than charonsecurity already did.
--
I hope this helps others. It took me hours to get it all straight.
How to install Adobe Flash Player In Kali Linux: http://www.k4linux.com/2014/03/how-to-install.
Hello & Welcome on on my Blog, I am happy to see you here. I hope you are doing well.
Today I updated my Kali Linux in latest version 2018.2 and I found the flash player is not working in Mozilla Firefox. Flash Player mostly used to play videos and flash content in a browser. so if you don’t have the latest version of Flash Player many flash content will not visible. I open a website which has some flash content, I got the following error.
- Step-4: Launch the disk imager and choose the original ISO file of Kali Linux to create an image. Verify the drive name and then click on the “Write” button. Step-5: After the image is created, eject the USB drive safely from your PC. Now you are ready to use the Kali Linux with the bootable Kali Linux USB. For Linux - Installing Kali Linux on a USB Drive. Step-1: Get the verified Kali ISO file.
- How to Install Adobe Flash Player using Ubuntu Linux Terminal May 1, 2018 Updated May 1, 2018 LINUX HOWTO Adobe Flash player is a plugin that is integrated with your browser and allows a user to stream or watch videos e.g. On sites like YouTube.
So I decided to write an article on how to update and install Flash player Kali Linux Mozilla. So this article also will helpful for those, who are facing the same problem. By the way, it’s very easy to update Flash Player. download from the official websites of the flash player and extracted and copy libflashplayer.so into /usr/lib/mozilla/plugins . If you don’t know how you can install the flash player plugin in Mozilla, so you can follow the steps given below
Go to the official website of Adobe flash player and download appropriate file (.tar.gz) for your Kali Linux version. After some time downloading will be completed then go for the next step.

Go to the download folder and you will find .gz file. You need to extract it .just right click on the file and select option extract here
After the extracting just run the following commands
If you have any suggestion or question please post into the comment box.
Cheers!
Install Flash Plugin Free
If Appreciate My Work, You should consider:
Install Kali Linux On Windows
- Join Group for Discussion Facebook Group
- Get your own self-hosted blog with a Free Domain at ($2.96/month)
- Buy a Coffee to Us! Make Small Contribution by Paypal
- Support us by taking our :Online Courses
- Contact me :vijay@cyberpratibha.com



