Setting Up
-
4. Installing
Then to Install Firefox ESR
First, Set the SuperUser as Owner:sudo chown -R root:root /tmp/firefox
Next Relocate it:
sudo mv /tmp/firefox /opt/firefox-esr
Again make a Symlink for easy Launching:
sudo ln -s /opt/firefox-esr/firefox /usr/local/bin/firefox-esr
Finally, you Can Start Firefox from Terminal with:
firefox-esr
Contents