In most fashionable Linux distributions, the most recent model of Firefox has been already put in from the default distribution bundle supervisor and configured because the default browser.
On this article, we’ll clarify different methods of putting in the most recent model of Firefox on RHEL-based distributions reminiscent of CentOS Stream, Fedora, Rocky, and AlmaLinux and Debian-based distributions reminiscent of Ubuntu and Linux Mint.
1. Set up Firefox Utilizing Package deal Supervisor
To put in Firefox in your Linux distribution utilizing the default bundle supervisor, run:
$ sudo apt set up firefox [On Debian, Ubuntu and Mint] $ sudo yum set up firefox [On RHEL/CentOS/Fedora and Rocky/AlmaLinux] $ sudo emerge -a www-client/firefox [On Gentoo Linux] $ sudo apk add firefox [On Alpine Linux] $ sudo pacman -S firefox [On Arch Linux] $ sudo zypper set up firefox [On OpenSUSE]
The above set up methodology is beneficial as a result of it assures that Firefox and together with the wanted libraries are put in and configured in your distributions.
Nevertheless, there may be a bit of delay between the discharge of the most recent Firefox model and the second when your distribution updates the brand new model of Firefox is on the market to put in from the default repositories.
2. Set up Firefox Utilizing Flatpak
To put in the brand new Firefox model, you could first set up and configure Flatpak in your Linux distribution. As soon as Flatpak is put in, navigate to Firefox Flathub’s web page and hit the Set up button to put in it.
Alternatively, you’ll be able to sort the next command to put in Firefox in a terminal:
# flatpak set up flathub org.mozilla.firefox
3. Set up Firefox Utilizing Snap
To put in Firefox from Snap, first, you could set up Snap in your distribution. As soon as Snap is put in, navigate to the Firefox Snapcraft’s Retailer web page, and hit the Set up button to comply with the directions.
Alternatively, you’ll be able to run the next command to put in Firefox in a terminal:
# sudo snap set up firefox
4. Set up Firefox from Supply in Linux
To put in Firefox from the supply tarball, it’s essential to log in as a root person or have sudo privileges to execute sudo instructions on the system.
Open any internet browser and go to the official Firefox obtain web page and click on on the Obtain Now button.
Subsequent, open a terminal and go to the Downloads listing, the place you will have downloaded Firefox, and set up it as proven.
# cd ~/Downloads # tar xjf firefox-*.tar.bz2 # mv firefox /choose # ln -s /choose/firefox/firefox /usr/native/bin/firefox # wget https://uncooked.githubusercontent.com/mozilla/sumo-kb/predominant/install-firefox-linux/firefox.desktop -P /usr/native/share/purposes
To confirm that Firefox has been efficiently put in, open the Troubleshooting Data web page. Within the Utility Fundamentals window, the worth of Utility Binary must be /choose/firefox/firefox-bin.
Uninstall Firefox from Linux System
In case you have put in Firefox from the default distro-based bundle supervisor, it is best to run:
$ sudo apt purge firefox [On Debian, Ubuntu and Mint] $ sudo yum take away firefox [On RHEL/CentOS/Fedora and Rocky/AlmaLinux] $ sudo emerge --deselect firefox [On Gentoo Linux] $ sudo apk del firefox [On Alpine Linux] $ sudo pacman -R firefox [On Arch Linux] $ sudo zypper take away firefox [On OpenSUSE]
In case you have put in Firefox utilizing Flatpack or Snap, run:
# flatpak uninstall flathub org.mozilla.firefox OR # snap take away firefox
In case you have put in Firefox from the supply binary bundle, merely take away the folder firefox in your house listing to uninstall Firefox.
# rm -rf /choose/firefox/firefox # rm -rf /usr/native/share/purposes/firefox.desktop # rm -rf /dwelling/person/.mozilla/
The above instructions will take away Firefox together with the person knowledge reminiscent of bookmarks, passwords, and cookies.
If You Admire What We Do Right here On TecMint, You Ought to Contemplate:
TecMint is the quickest rising and most trusted neighborhood web site for any type of Linux Articles, Guides and Books on the internet. Tens of millions of individuals go to TecMint! to look or browse the hundreds of revealed articles accessible FREELY to all.
Should you like what you’re studying, please contemplate shopping for us a espresso ( or 2 ) as a token of appreciation.
We’re grateful on your by no means ending assist.