Update Firefox/Mozilla on Linux Systems
Firefox update on Linux are often disabled which makes it only applicable via manual update.

So for you to update it you need to type some series of lines on the console. Here are the lines you need to do so:

For Ubuntu/Debian Distro, you can use apt package:

$ sudo apt-get update
$ sudo apt-get install firefox


For a Fedora/RedHat/CentOS Distro, we need to use the yum:

# yum update
# yum update firefox

The following installation assumes that you have a fine and working network connection.

No comments :

Post a Comment