Firefox

Getting the Latest Version of Firefox on Linux Mint 19

Getting the Latest Version of Firefox on Linux Mint 19
Linux Mint is obviously one of the most popular Linux distros for its simplicity and user-friendly attitude. It comes up with a number of handy, pre-installed software like a browser (Firefox), office suite (LibreOffice), image viewer (Pix) and a lot more.Now, it's a matter of fact that for enjoying the best security and performance of the system, the software has to be updated regularly. Firefox - one of the most popular web browsers of the world and by default, the primary choice of Linux distros - follow the same rule. If you want to enjoy the latest features, then the latest Firefox is a must. Firefox is an open-source and tremendously secured browser.

Today, let's take a look at updating your Firefox to the latest version. Don't forget to check out all these awesome Firefox shortcut keys and become the Firefox master!

The general method

First of all, Linux Mint 19 is based on Ubuntu 18.04. APT is the default package manager of the system. It's the job of APT to keep the system up-to-date. Run the following commands -

sudo apt update && sudo apt upgrade -y

This will make sure that all the apps are on the latest version.

Other methods

There are a number of other ways to ensure that you're enjoying the latest Firefox version. The easiest and simplest way is to get the “snap” of Firefox. You need to install Snap core first. Run the following command -

sudo apt install snapd

After Snap core is in place, run the following command to install the latest Firefox -

sudo snap install firefox

Snap checks for update for all the installed packages once per day. However, if you want to ensure keeping all the “snap” software up-to-date ASAP, run the following command -

sudo snap refresh

Firefox officially doesn't support Flatpak method for installing the awesome browser. That's why I'm not including the methods here. However, if you're interested, you can check out the unofficial Firefox Flatpak repository.

If you want to make sure that APT takes care of the update entirely, then you have the option to add a 3rd-party repository. Note that both this method and the Flatpak method isn't for general users. Unless you have any specific reason, don't follow them.

Run the following command for adding the 3rd-party repo -

echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt
all main" | sudo tee -a /etc/apt/sources.list > /dev/null
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2667CA5C
sudo apt update

Now, install Firefox -

sudo apt install firefox-mozilla-build

Depending on your method of installation, the process can take seconds to minutes.

Now, there's a way to get the latest Firefox binary package directly. Get Firefox binary (Linux) package.

This package is just the Firefox binary, no installation or whatsoever. You can extract it and run the app from your flash drive! Think of it like a portable app. However, you would have to manually put the app into correct place and add shortcut all by yourself and keeping it up-to-date isn't something you want to do UNLESS there's a good reason for that.

Enjoy!

Mouse left-click button not working on Windows 10
If you are using a dedicated mouse with your laptop, or desktop computer but the mouse left-click button is not working on Windows 10/8/7 for some rea...
Cursor jumps or moves randomly while typing in Windows 10
If you find that your mouse cursor jumps or moves on its own, automatically, randomly while typing in Windows laptop or computer, then some of these s...
How to reverse Mouse and Touchpads scrolling direction in Windows 10
Mouse and Touchpads not only make computing easy but more efficient and less time-consuming. We cannot imagine a life without these devices, but still...