
Firefox ESR (Extended Support Release) is a version of the Firefox web browser that is designed for use by organizations and is supported with security updates for a longer period of time than the regular version of Firefox.
ESR versions are released every year and receive security updates for approximately one year. These updates include important security fixes, as well as stability and performance improvements. Firefox ESR is intended for use in environments where it is not practical to upgrade to a new version of the browser every six weeks, such as in schools, universities, and businesses. The ESR version of Firefox is available for Windows, Mac, and Linux.
Method 1: Install Firefox-ESR using PPA
Open your terminal and use the given command to add PPA for Firefox-ESR:
Command: sudo add-apt-repository ppa:mozillateam/ppa
Once done, you will have to update the repository index in Ubuntu to take effect from the changes:
Command: apt update
And now, you can install Firefox-ESR by using the following command:
Command: apt install firefox-esr
To check the installed version of Firefox-ESR, the command is:
Command: firefox-esr -v
Or you can check the version in Settings-> About Mozilla Firefox as shown below:
In case, if you want to remove the Firefox-ESR, then the command is:
Command: apt remove firefox-esr
Method 2: Install Firefox-ESR using Snap
Snaps comes pre-configured on Ubuntu and you can easily install Firefox-ESR by using Snap installer.
Command: snap install firefox –channel=esr/stable
To remove Firefox-ESR (snap package), use the snap remove command:
Command: snap remove firefox
You may also read:
- How To Check Which Apps are Sending Information
- How To Use chattr Command in Linux
- [Two Methods] Force Linux User to Change Password at Next Login
- How To Install The WinDbg Windows Debugging Tool
- Getting Started with Apache Solr on Ubuntu
- Understanding OpenSSL Commands – A Comprehensive Guide
- How To Check SSL Certificate Expiry Date from Certificate File
- How To Install Apache Tomcat on Ubuntu 22.04 LTS
- How To Compress Files Faster Using Pigz on Ubuntu Linux
- A Step-by-Step Guide to Setting up Nginx and SSL with Certbot
- Mastering Chage Command – Examples and Usage
- How to Save cURL Output to a File
- Exploring the Finger Command in Linux
- How to List USB Devices in Ubuntu
- 5 Windows 11 Tricks You Should Try
- How To Change Default Search Engine in Microsoft Edge to Google
- 5 Methods to Clear the Recycle Bin in Windows 11
- How to Close Open Ports in Ubuntu
- How to Install and Use Pip in Ubuntu
- How To Check Ubuntu Version – 5 Different Ways