搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to install firefox in centos 6.0? What is latest version of firefox support for centos 6.0?

  • 1 个回答
  • 10 人有此问题
  • 1 次查看
  • 最后回复者为 Talha

more options

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?

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?

所有回复 (1)

more options

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 
  1. wget Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
  2. 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 
  1. wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
  2. 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
  1. 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

  1. yum --enablerepo=remi install firefox

d) Starting Firefox 30


To start Firefox just execute following command on the terminal.

  1. firefox

Please inform me if you face any problem and I will try to help you.

由Talha 于修改