Mozilla today released Firefox 57 a.k.a Firefox Quantum. According to a Completely overhauled heart along with a revamped layout, Firefox Quantum has been built from the ground up to deliver a quick browsing experience while swallowing a limited amount of resources. Mozilla is calling Quantum the biggest update to the browser since its original release in 2004.
The browser now also comes with a new CSS engine Named Stylo which Takes better advantage of today’s devices featuring multi-core Processors to deliver a faster and simpler browsing experience. Firefox Will automatically prioritize busy tabs over inactive ones for better resource management. Mozilla claims that its approach to multiple Processes is exceptional and different from that of Chrome.
Table of Contents
Step 1. Installing Firefox Quantum on CentOS.
Prerequisites
This article assumes you have at least basic knowledge of linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo’ to the commands to get root privileges. I will show you through the step by step installation Firefox Quantum web browser on a CentOS 7 server.
Install Firefox Quantum on CentOS 7
Step 1. Installing Firefox Quantum on CentOS.
First, download latest Firefox, use the following command:
### 32-Bit ### wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/57.0/linux-i686/en-US/firefox-57.0.tar.bz2 ### 64-Bit ### wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/57.0/linux-x86_64/en-US/firefox-57.0.tar.bz2
Extract the tar package to a desired directory.
tar xfj firefox-57.0.tar.bz2
Create symlink the downloaded executable to /usr/bin/firefox:
ln -s /usr/local/firefox/firefox /usr/bin/firefox
Now, check the version of already installed Firefox and get the extract location of binary command:
# firefox -V Mozilla Firefox 57.0
Congratulation’s! You have successfully installed Firefox Quantum. Thanks for using this tutorial for installing Firefox Quantum web browser on CentOS 7 system. For additional help or useful information, we recommend you to check the official Firefox web site.