본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

How do I install Firefox6 in Fedora 15?

  • 1 답장
  • 69 이 문제를 만남
  • 15 보기
  • 최종 답변자: tinlok

more options

Firefox5 does not have an install update button. How do I install the latest Firefox6 in Fedora 15? It would be nice to have updates automatic.

Firefox5 does not have an install update button. How do I install the latest Firefox6 in Fedora 15? It would be nice to have updates automatic.

모든 댓글 (1)

more options

this is a guide to install the latest pre­view ver­sion of fire­fox aurora (fire­fox 6 alpha cur­rently) on fedora 15 64 bit. fedora doesn’t have the ppa system that i used for ubuntu 11.04. it will only install it for the cur­rent user…not system wide. all com­mands should be entered in the ter­minal. firstly, back up your exist­ing moz­illa dir­ect­ory (this might take a little while)

cp –r .moz­illa .mozilla.bak

down­load the latest ver­sion of fire­fox aurora from the moz­illa site here

cd into wherever you down­loaded this file to…for me it’s

cd Down­loads

now, extract the file to a dir­ect­ory called .fire­fox in your home directory

tar –jxvf fire­fox* –C /home/yourusername/.firefox

next we need to install some lib­rar­ies that fedora 15 doesn’t install by default. as root issue

yum install libstdc++.so.* glibc-2.14–3.i686 xulrunner-5.0–2.fc15.i686

close down any fire­fox win­dows you have open and run the fol­low­ing to start fire­fox (ver­sion 6.0a2 at the time of writing)

.firefox/firefox

there may be easier ways of doing this…i’m not a linux guru. if you have your own tips feel free to com­ment. some of my exten­sions aren’t working…most not­ably xmarks but this will improve in time. seems stable…i’m using it to write this post in fact.