boost organic

Install Firefox Browser 92 in Ubuntu / LinuxMint / RockyLinux

Firefox Logo


This tutorial will be helpful for beginners to download and install Mozilla Firefox browser 92 in Ubuntu 20.04, Ubuntu 18.04, Linux Mint 20.1, and RockyLinux.


is a free and open-source web browser developed by the Mozilla foundation and generally utilized by thousands and thousands of individuals in their daily actions.



Mozilla Firefox 92 Changelog


To be updated


Install Mozilla Firefox 92 in Ubuntu / LinuxMint / RockyLinux


Method 1:PPA ( Applicable for Debian based systems)

The latest version of Mozilla Firefox will be updated to the repositories, just update the repository and install it using the below command


sudo apt update && sudo apt install firefox


Method 2: Via Source file

Step 1: Download the tar file from the firefox


Step 2: Extract the downloaded tar file to opt


tar -xf firefox-92.0.tar.bz2 && mv firefox /opt/firefox92


Step 3: Remove the old version of firefox from there


rm -rf /opt/firefox91


Step 4: Create symbolic links and set Firefox 92 as default


sudo mv /usr/bin/firefox /usr/bin/firefoxold


sudo ln -s /opt/firefox92/firefox-bin /usr/bin/firefox

[fixed][/fixed]