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:
- SSH Enumeration and Penetration Testing – A Brief Guide
- How to Install Winlogbeat in Windows OS
- [Tutorial] How to Install MobSF on Kali Linux 2022.1
- How To Install Jenkins on Ubuntu Machine
- [Tutorial] How To Install Webmin in Ubuntu
- How to Install Apache Tomcat on Ubuntu Machine
- A Step-by-Step Guide to Installing the LAMP Stack on Ubuntu
- Find OS Version with 5 Different Methods in Windows PowerShell
- [Linux] MySQL: The Easy Way to Check Your Version
- How To Install Remmina in Ubuntu – A Remote Desktop Client
- Creating New Files and Directories Using Windows PowerShell New-Item CMDLET
- 18 Most Frequently Used Commands in Linux
- How to Install Apache Cassandra in Ubuntu
- Mount a Remote Filesystem over SSH with SSHFS
- How To Install and Configure Samba Server in Ubuntu
- Disable SMB3 Protocol With CMD and PowerShell in Windows 10
- [Linux] Scanning Open Ports With Netcat
- Four Ways To Show Mounted Drives on Linux System
- 3 Ways To Get the UUID of a Disk Partition in Ubuntu Linux
- DUF Command in Ubuntu Linux – Usage and Examples