Today, In this article we will show you how to install Firefox as Deb version in Ubuntu 22.04. Firefox doesn’t need to be introduced, as it is the standard system browser in the majority of Linux distributions, including Ubuntu 22.04. Gecko is a software component used by Firefox (Gecko Rendering Engine). Gecko is free software that was created in the programming language C++. The developers at Gecko put a lot of effort into supporting open Internet standards including XHTML, HTML, and CSS. It’s open-source.
The Debian GNU/Linux distribution is the foundation of the open-source operating system (OS) known as Ubuntu. Ubuntu is well-liked in universities and research organizations because it incorporates all the features of a Unix OS with an additional customizable GUI. Although there is a server edition of Ubuntu, personal PCs are where it is most often utilized.
Ubuntu is an African word that implies “humanity to others” in its literal sense. Because of its simplicity of use, Canonicals Ubuntu Desktop Linux distribution is one of the most widely used. It’s also a popular option for those just starting out with Linux. We mentioned below are the steps to install Firefox as Deb version on Ubuntu 22.04.
Steps to install Firefox as Deb version on Ubuntu 22.04
Step 1: Remove the Firefox Snap in Ubuntu 22.04
To avoid having two versions of Firefox on our PC, the very first step is to delete the outdated Snap version.
sudo snap remove firefox
Step 2: Add Mozilla’s PPA
The most recent versions of Firefox are offered by Mozilla as a DEB package on their own repository. On Ubuntu 22.04, all we have to do to keep getting updates for Firefox as a DEB package is add this repository to our system.
sudo add-apt-repository ppa:mozillateam/ppa
Step 3: Adjust PPA Priority vs Snap
Distribution channel priority is a term used in software management to specify which software source should be used to obtain the programme if it is available through more than one channel.
echo ‘Package: *Pin: release o=LP-PPA-mozillateamPin-Priority: 1001‘ | sudo tee /etc/apt/preferences.d/mozilla-firefox
Step 4: Install Firefox as a DEB Package on Ubuntu 22.04
sudo apt install firefox
Final Words
We hope you will enjoy our article on how to install Firefox as Deb version on Ubuntu 22.04. The primary modification in Ubuntu 22.04 is the removal of the Firefox browser from the system as a standard DEB package. In its place, a Snap package is now installed. From the perspective of developers, the streamlines the update procedure and guarantees that every Ubuntu user is utilizing the most recent Firefox version for their security.