This website collects cookies to deliver better user experience
Install Firefox on Linux
Install Firefox on Linux
I have faced this issue that no article or no forum shows correct way to install firefox on debian based distros, or maybe I haven't found such article, but anyways I figured out myself.
Step 2
Extract firefox tar file and it should give you the internal firefox folder in your downloads folder.
Step 3
Now to move that extracted firefox folder to /opt directory.
sudo mv ~/Downloads/firefox /opt
Step 4
Now to create firefox's .desktop file in user's applications directory
cd ~/.local/share/applications
You can name your firefox desktop file anything like I have installed firefox developer addition, so my file name is firefox-dev.desktop. But you can name it anything which is relevant.