Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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.