Categories: Ubuntu

How to update Firefox on Ubuntu

The Internet has opened new gates of knowledge by providing a gateway to the universe of enriched knowledge. Browsers play as a medium between users and the content they want to get with the help of the internet. As the computing era evolved, various surfing browsers came into existence and gained popularity, such as Google Chrome, Mozilla Firefox, Safari, Opera, etc. However, among all these, Chrome and Firefox are the trendings and most used surfing engines over the globe. Firefox comes as a built-in browser for Ubuntu; like other software packages, it is mandatory to keep your browser up to date to keep enjoying the latest and best services. It is not just about the version number, but the updated packages are bugs-free, more secure than previous releases. So, outdated software may not run smoothly, and it can put your whole system at a security risk. Motivated by this, the following guide is to demonstrate step by step procedure to update the Firefox browser in Ubuntu. Let’s begin:

How
Sponsored
to update the installed Firefox browser on Ubuntu

This section contains the various ways to upgrade the Firefox browser on Ubuntu; the below-mentioned methods can be followed to update Firefox

  • Using Ubuntu Terminal
  • Using Ubuntu Software Centre

Method 1: How to update Firefox using Ubuntu terminal

You can use the Ubuntu command line terminal to update the Firefox to the latest version.

The very first practice you must follow is to check the current version of your Firefox, open the terminal “Ctrl+Alt+T,” and run the following command:

$ firefox –version

Once it is opened, execute the following command in the terminal to get the updated information about the packages:

$ sudo apt update

The above command will come down with the latest versions that are available. You can execute the following command to finally install the available updates, and the packages will be upgraded to the latest available versions.

$ sudo apt upgrade

The above command will upgrade the packages of the whole system. However, if you want to update Firefox only; to upgrade Firefox, use the command given below:

$ sudo apt install –only-upgrade firefox

Alternate to the above, you can also use the install command in Ubuntu to get the updated version of the tool (even if it is already installed). The below-stated command will update the packages list of Ubuntu:

$ sudo apt update

After updating the system, you can go for installation of Firefox (updates to the newest version if available):

$ sudo apt install firefox

How to update the developer’s version of Firefox using terminal on Ubuntu

Firefox comes as a default browser for Ubuntu; however, its developer version is not installed or updated by default. The developer version is good for system admins, security testers, developers and is not recommended for regular users. In order to get the updated Firefox developer’s version, follow the commands mentioned below:

To add the PPA repository for the developer’s version, use:

$ sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa

After that, update the system:

$ sudo apt update

And after that, install the firefox using the following command:

Sponsored
$ sudo apt install firefox

It is noticed that Mozilla Firefox returns the updated version in all ways.

Method 2: How to update Firefox using Ubuntu Software Center

Ubuntu software center is the built-in application in Ubuntu to provide ease of installation, updating of basic ubuntu packages. You can update the Firefox using the Ubuntu Software Centre by following simple steps as given below:

Step 1: Navigate to the “Ubuntu Software Center” icon available on the taskbar of Ubuntu; click on it to open:

Step 2: Now, click on the update tab available on the top of “Ubuntu Software”; if there is any update available, you will get the information here, and you can update the software easily.

Alternatively, you can update Firefox by opening the installed version.

To do this, click on the Firefox icon, which you can find on the taskbar of Ubuntu:

Click on the open application menu icon placed on the top bar of the Firefox window, scroll down on this menu, and click on “Help”.

After that, you will find the “About Firefox” option:

Upon clicking this option, a new window will be displayed that contains the current version of Firefox, and it also shows if there is any update available; you can download and install the update from here too.

Conclusion

Firefox is a globally used internet browser developed by Mozilla and comes as a default surfing engine for Ubuntu. In this guide, we have presented several ways to update your Firefox browser in Ubuntu. Updates enable users to experience new features and a more secure version of the tool. You can update the Firefox browser by multiple methods; like, the command line terminal of Ubuntu can be used, Ubuntu software center also facilitates updating this browser. It is recommended to keep your software updated because outdated software may be a security risk; the tool developers mainly focus on removing bugs and adding features on every update that increase the efficiency/security of the software.

Ubuntu Server Admin

Recent Posts

How is Livepatch safeguarded against bad actors?

Canonical Livepatch is a security patching automation tool which supports reboot-less security updates for the…

3 hours ago

Accelerating data science with Apache Spark and GPUs

Apache Spark has always been very well known for distributing computation among multiple nodes using…

3 hours ago

Cut data center energy costs with bare metal automation

Data centers are popping up everywhere. With the rapid growth of AI, cloud services, streaming…

1 day ago

Build the future of *craft: announcing Starcraft Bounties!

Our commitment to building a thriving open source community is stronger than ever. We believe…

1 day ago

NodeJS 18 LTS EOL extended from April 2025 to May 2032 on Ubuntu

The clock was ticking: Node.js 18’s upstream End of Life (EOL) The OpenJS Foundation is…

1 day ago

Native integration now available for Pure Storage and Canonical LXD

June 25th, 2025 – Canonical, the company behind Ubuntu, and Pure Storage, the IT pioneer…

2 days ago