Firefox Is an another Standard and most commonly using browsers by everone and also it is excellent and for Security purpose it is ok...
FireFox Released its Latest Version 27 Today.It comes with all Social Network Integrations
In this Tutorial I will show you how to install the Firefox 27 on Ubuntu 13.10 / 13.04 / LinuxMint 15 / Fedora 20 / 19 / CentOS 6.X / OpenMandriva & OpenSUSE
Installation Steps:
Step 1:Download The Latest Version of Firefox 27 from their FTP SITE
For Webpage Click HERE
(Or)
Use wget For 32 bit systems
wget ftp://ftp.mozilla.org/pub/firefox/releases/27.0/linux-i686/en-US/firefox-27.0.tar.bz2
For 64 bit systems
wget ftp://ftp.mozilla.org/pub/firefox/releases/27.0/linux-x86_64/en-US/firefox-27.0.tar.bz2
Step 2: Extract the tar package
tar -xjf firefox-27.0.tar.bz2
Step 3: Move the Firefox Folder to OPT
Remove the Older version of firefox if it is there
sudo rm -rf /opt/firefox
sudo mv firefox /opt/firefox27
Step 4: Create Symbolic Link For New Firefox
sudo ln -s /opt/firefox27/firefox /usr/bin/firefox
COMMENTS