We cannot upgrade Firefox to a recent version in Ubuntu just by navigating to Help and by clicking the Check for Updates option!- the way usually followed by everyone to upgrade Firefox browser on their Windows machine. We can upgrade it, by two ways. Either by adding a PPA and upgrade or by downloading the binaries and installing it manually.
Via Terminal:
Step1: Adding Firefox PPA key
→ Take your terminal
Copy paste this code in your terminal
1 | sudo add-apt-repository ppa:mozillateam/firefox-next |
Step 2: Update
→ To finish indexing the repository
→ Please don't close the terminal window before completing the update process.
1 | sudo apt-get update |
Step 3: Installing Firefox
->To upgrade copy paste the command after following the above steps
1 | sudo apt-get install firefox |
→ When it prompts for Y or N, type Y
→ Wait for the process to complete
→ Restart your browser, if it is opened.