Now I am Giving Guidance For How To Install Firefox Browser In Kalilinux In Very Easy Steps. After Knowing This You Can Able To install Firefox Browser In any Linux Distribution Like Kalilinux, Ubuntu, Arch Linux etc.,
When I Try To Install Firefox Browser In Kalilinux With apt it Giving The Below Error
sudo apt install firefox E: Package ‘firefox’ has no installation candidate
To Solve This Error We need To Manually Install the Firefox Browser In Kalilinux By Downloading It From The Official Mozilla Firefox Website.
Just Follow My Steps To Install Firefox Browser In Kalilinux Easily.
Step 1: Downloading Firefox From Official Site
First Of all Go to Terminal In Kalilinux and Run this Command To update all the packages.
apt update
After Updating Now Go To Mozilla Firefox Official Website And Download The File Of Firefox latest Version
https://www.mozilla.org/en-US/firefox/linux/
Step 2: Extracting The File
After Downloading The File Now Go To Your Downloads Folder In Terminal By Running this Command
cd Downloads
Now You Can Find Your Downloaded File In The Downloads Folder.
Now Extract The File By Running This Command To Extract.
tar xvjf <Filename>
Now The Download Firefox File Was Extracted Into firefox folder.
Step 3: Final Step
Now Go to The Extracted firefox Folder By Running This Command
cd firefox
ls
Now You Can See The All The contents Present In The firefox Folder.
Now You Can That There Is A firefox executable File Present In That Folder.
Now Run This Command to Execute The Firefox file.
./firefox
That’s all Friends We Successfully Installed Firefox Browser In Kalilinux In Easy steps.