Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

搜尋 Mozilla 技術支援網站

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

了解更多

i got centOS-6 and i want to update my version of firefox (3-6-9) to 6 how can i do it

  • 3 回覆
  • 94 有這個問題
  • 1 次檢視
  • 最近回覆由 Hugh McCurdy

more options

the version of firefox on my cent0S-6 is 3.6.9. and i want to update to version 6 how can i update my firefox

the version of firefox on my cent0S-6 is 3.6.9. and i want to update to version 6 how can i update my firefox

所有回覆 (3)

more options

I unistalled firefox 3.6.9 $ yum erase firefox

Extract firefox-6.0.2.bz2 in /opt (with root) $ cd /opt $ tar xvf firefox-6.0.2.tar.bz2

make a link /usr/bin/firefox -> /opt/firefox/firefox (with root) $ ln -s /opt/firefox/firefox /usr/bin/firefox

for convenience, you may need to edit or create a launcher in the launch bar.

Note that I cannot watch flash videos with firefox 6, no plugin available, looking for a solution right now

more options

Here is the fix that helped me upgrade to Firefox 10.0.2 on CentOS 6.2 (refer to http://www.if-not-true-then-false.com.../install-firefox-on-fedora-centos-red-hat-rhel/ this link).


1.Backup your current Firefox 3/4/5/6/7/8 profiles (just in case):

tar -cvzf $HOME/mozilla-firefox-profiles-backup.tar.gz $HOME/.mozilla/firefox/

2. Change root user:

su -

3. Install Remi repository for CentOS / Red Hat (RHEL):

rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm ...and... rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

4. Check Available Firefox versions:

yum --enablerepo=remi list firefox

5. Update or Install Mozilla Firefox 10:

yum --enablerepo=remi update firefox OR yum --enablerepo=remi install firefox

6. Fix the launcher at Gnome start panel by right clicking on the Firefox icon, then select 'properties'. Replace the string at 'command' field for the following:

/usr/bin/firefox %u

7. Done. Test it. Kudos!

由 batequeixo 於 修改

more options

6-5 is gone. Use this instead

rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm

If 6-7 is gone, then use a browser to go to http://dl.fedoraproject.org/pub/epel/6/i386/ and find the correct file name.