We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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 於 修改