The content will be about how to download+install and setup firefox browser in kali Linux ...
Let's get started
Step 1:
Go to the Firefox download page, and click
Step 2:
Open a terminal, and go to the folder where your download has been saved. For example:
cd ~/Downloads
Extract the contents of the downloaded file by typing:
tar -xf firefox-143.0.4.tar.xz
(your downloaded file name maybe different so modify the script accordingly)
The following commands must be executed as root or preceded by sudo.
Step 3:
Move the uncompressed Firefox folder to /opt:
mv firefox /opt
Step 4:
Create a symlink to the Firefox executable:
ln -s /opt/firefox/firefox /usr/local/bin/firefox
Step 5:
Download a copy of the desktop file:
wget https://raw.githubusercontent.com/mozilla/sumo-kb/main/install-firefox-linux/firefox.desktop -P /usr/local/share/applications
All you are good to go, all set now !!!
search firefox in Show Apps section and run it...
Thank me later...
Top comments (0)