Installing
-
Download Latest Firefox Nightly for Linux
-
Then Extract Firefox Nightly archive
Double-Click/Right-Click on File Manager:
Decompress Into /tmp. -
Relocate Firefox Nightly
First, Make a Firefox Directory:sudo mkdir /opt/firefox
If Got “User is Not in Sudoers file” then Look: Solution
Move Firefox Into firefox-Nightly so to Prepare for a Possible Firefox Multi-Version Coexistencesudo chown -R root:root /tmp/firefox && sudo mv /tmp/firefox /opt/firefox/firefox-nightly
Finally, Make a Symlink for Easy-Starting:
sudo ln -s /opt/firefox/firefox-nightly/firefox /usr/local/bin/firefox-nightly
Contents