How to install firefox in centos 6.0? What is latest version of firefox support for centos 6.0?
I want to install latest version of firefox browser on my centos 6.0 installed computer. I read some blogs in web based on that i installed firefox version 26. But i need to upgrade firefox version. Is there is any latest version support for centos 6.0 and what is the procedure?
All Replies (1)
Helo kaaruna,
Use the following on your terminal and let me know if it helped.
a) Install Remi and EPEL Repositories
Install EPEL repository for RHEL/CentOS 6.5/6.4/6.3/6.2/6.1/6.0
- wget Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
- rpm -Uvh epel-release-6-8.noarch.rpm
Install Remi repository for RHEL/CentOS 6.5/6.4/6.3/6.2/6.1/6.0
- wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
- rpm -Uvh remi-release-6.rpm
b) Check Availability of Firefox 30
Check the availability of Firefox 30 using Remi repository via YUM.
Check Availability of Firefox 30 in RHEL/CentOS 6.5/6.4/6.3/6.2/6.1/6.0
- yum --enablerepo=remi list firefox
c) Installing or Updating Firefox 30
Install or Update Firefox 30 in RHEL/CentOS 6.5/6.4/6.3/6.2/6.1/6.0
- yum --enablerepo=remi install firefox
d) Starting Firefox 30
To start Firefox just execute following command on the terminal.
- firefox
Please inform me if you face any problem and I will try to help you.
Modified