Firefox is the default net browser in some Linux distributions and ubuntu is
certainly one of them. firefox comes preinstalled in Ubuntu until you are the
usage of the ubuntu-minimal version. In this tutorial, I am going to reveal to
you how to deploy the present-day model of firefox on ubuntu or some other
Linux distribution.
Installing Firefox on Ubuntu and other Linux [The Official Method]
As I said before, Firefox is out there in most of the Linux distributions
out there. it's also pre-installed in most of them.
If that’s not the case, you ought to stick with the official package manager
provided by your distribution for installing Firefox. That’s the simplest
and best method. it'll be updated automatically to newer versions with
system updates.
Open the software center and look for Firefox. you ought to see it there and
just click on the install button.
If you favor the instruction , open a terminal and use the subsequent command
in Debian, Ubuntu, and other distributions supported Ubuntu and Debian like
Linux Mint, elementary OS, etc.
sudo apt install firefox
Similarly, Fedora users can use dnf command, SUSE users can zypper and other
package managers provided by the distribution. Once installed, just search for
it within the menu and begin it from there.
Installing latest Firefox on Linux from its website
Every other approach that could paintings in any Linux distribution is to
download the installer from the firefox website after which use it for walking
firefox.
STEP 1
Download it from the official website:
STEP 2
In case you haven’t extracted it already, open a terminal and use the
following instructions to extract it.
cd ~/Downloads/
tar xjf firefox-*
STEP 3
Now copy the extracted files in /decide to list. it’s a standard practice to
apply /opt listing for retaining software files.
Simply to make sure that you don’t have a firefox there already, run the
command under:
sudo rm -r /opt/firefox
Now pass the extracted firefox quantum listing to /opt
sudo mv ~/Downloads/firefox /opt/firefox
STEP 4
Now create a symbolic hyperlink to the firefox in /usr/bin so that all
customers can be capable of run it:
sudo ln -s /opt/firefox/firefox /usr/bin/firefox
And that’s it. you’ll see that when you begin firefox now, it uses the new
quantum version.
That’s it. you can revel in the more recent, quicker, and higher firefox.
since you are using repositories, you don’t want to fear approximately
updating firefox on ubuntu. it is routinely updated with the machine updates.