You could always consider installing it manually. It will update itself in the app when you go to help>about firefox:
Install Firefox from Mozilla builds (For advanced users)
1. Go to the Firefox download page and click on the Download Now button.
2. Open a terminal and go to the folder where your download has been saved. For example:
cd ~/Downloads
3. Extract the contents of the downloaded file by typing:
tar xjf firefox-*.tar.bz2
4. Move the uncompressed Firefox folder to /opt:
mv firefox /opt
5. Create a symlink to the Firefox executable:
ln -s /opt/firefox/firefox /usr/local/bin/firefox
6. Download a copy of the desktop file:
wget https://raw.githubusercontent.com/mo...irefox.desktop -P /usr/local/share/applications
Alternatively, if wget is not installed on your computer, go to the URL mentioned above, right-click on the page to open the contextual menu and select Save Page As. After you downloaded the file, move it to /usr/local/share/applications.
To verify that the installation was successful, you can open the Troubleshooting Information page. In the Application Basics section, the value of Application Binary should be /opt/firefox/firefox-bin.
Share this article: http://mzl.la/1xKrIV5
Install Firefox from Mozilla builds (For advanced users)
- Before you install Firefox, make sure that your computer has the required libraries installed. Missing libraries will cause Firefox to be inoperable.
- To install Firefox with this method, you must be able to login as root or execute sudo commands.
- This installation will have priority over the Firefox version installed through your package manager. To run the version installed with your package manager, you will need to execute the binary from a terminal. To do so in most distributions, open a terminal and type: /usr/bin/firefox.
1. Go to the Firefox download page and click on the Download Now button.
2. Open a terminal and go to the folder where your download has been saved. For example:
cd ~/Downloads
3. Extract the contents of the downloaded file by typing:
tar xjf firefox-*.tar.bz2
4. Move the uncompressed Firefox folder to /opt:
mv firefox /opt
5. Create a symlink to the Firefox executable:
ln -s /opt/firefox/firefox /usr/local/bin/firefox
6. Download a copy of the desktop file:
wget https://raw.githubusercontent.com/mo...irefox.desktop -P /usr/local/share/applications
Alternatively, if wget is not installed on your computer, go to the URL mentioned above, right-click on the page to open the contextual menu and select Save Page As. After you downloaded the file, move it to /usr/local/share/applications.
To verify that the installation was successful, you can open the Troubleshooting Information page. In the Application Basics section, the value of Application Binary should be /opt/firefox/firefox-bin.
Share this article: http://mzl.la/1xKrIV5
Comment