Categories: Ubuntu

How to Install Firefox Browser in Ubuntu 22.04

Firefox is a secure, lightweight web browser with customizable add-ons and cross-platform support. It is known for its fast performance and open-source development. Firefox is preinstalled in the Ubuntu system. However, if a user accidentally deletes it, he/she will surely need the method to install the browser on the system.

Follow this article’s guidelines to install Firefox on the Ubuntu system.

Installing Firefox in Ubuntu

There are two methods to install Firefox on the Ubuntu system, which are shown below:

Installing Firefox in Ubuntu Using Terminal

By default, Ubuntu installs the latest Firefox package from the snap store whether you run the apt command or snap command on the terminal.

To install Firefox on Ubuntu using the terminal, ensure updating the package list first using the update command:

sudo apt update

Then you can install Firefox on Ubuntu from the following command:

sudo apt install firefox

Alternatively, you can also run the snap command to install Firefox on Ubuntu system:

sudo snap install firefox

You can check the installed version of Firefox on Ubuntu using:

firefox -version

Run Firefox on Ubuntu

To run the Firefox browser, you can either use the terminal or open it from the Application menu.

From the terminal, use:

firefox

To launch Firefox using GUI go to the Application Menu and search for Firefox. After that, click on the Firefox icon to launch it.

After opening Firefox will open as follows:

Installing Firefox in Ubuntu Using GUI

To install Firefox from the GUI, open the Ubuntu software center and search for the Firefox browser.

Click the “Install” button to install Firefox in Ubuntu.

Uninstalling the Firefox Browser

Sometimes the Firefox browser doesn’t meet the user’s expectations, so it’s better to switch to some other browsers like Chrome. To uninstall the Firefox browser completely from your system the article How to Remove Firefox Completely from Ubuntu will help you.

Conclusion

Installing Firefox Browser in Ubuntu can be done either using the GUI or the Terminal window. By entering the command “apt install firefox” or “snap install firefox” command in the terminal, you can easily install the latest version of Firefox in Ubuntu. You can also use the Ubuntu software center to install the Firefox browser on the system.

Ubuntu Server Admin

Recent Posts

A year of documentation-driven development

For many software teams, documentation is written after features are built and design decisions have…

8 hours ago

Announcing FIPS 140-3 for Ubuntu Core22

With the release of the FIPS 140-3 certified cryptographic modules for Ubuntu 22.04 LTS, Canonical…

1 day ago

The foundations of software: open source libraries and their maintainers

Open source libraries are repositories of code that developers can use and, depending on the…

4 days ago

From inspiration to impact: design students from Regent’s University London explore open design for their dissertation projects

Last year, we had the opportunity to speak at Regent’s UX Conference (Regent’s University London’s…

5 days ago

When an upstream change broke smartcard FIPS authentication – and how we fixed it

A government agency mandated smartcard authentication across their Ubuntu fleet. When they enabled FIPS mode…

6 days ago

Open platforms, edge AI, and sovereign telco clouds: Ecrio & Canonical at MWC Barcelona

Building telco clouds with open source At MWC Barcelona 2026, Canonical is demonstrating how telecommunications…

6 days ago