[firefox] 데비안 7 및 파생판에 Firefox 설치
6327 단어 firefox
Easy way to install Firefox browser on Debian 7 wheezy
Debian by default comes with Iceweasel web browser instead of firefox. Although it is recommended to use Iceweasel you may have a need to install firefox are here is a simple way how to install firefox on Debian wheezy by using Linux mint's debian import repository. First edit your/etc/apt/sources.list file and add the following line:
deb http://packages.linuxmint.com debian import
Update your package list:# apt-get update
The above command will fetch mint package repository list. As a last step install firefox browser:# apt-get install firefox
You may want to disable Linux Mint's package repository after Firefox installation by commenting a newly added line in apt sources.list.Debian 환경에서는 Firefox가 없습니다. Debian이 발표한 것은 완전히 자유로운 소프트웨어이기 때문에 상표 때문에 FireFox를 다시 컴파일하고 Iceweasel로 개명했습니다. 그래서 Iceweasel은 Firefox 플러그인이든 기능이든 똑같이 사용할 수 있습니다. 만약에 원생 Firefox를 설치하고 부어오르고 싶다면 인터넷의 방법을 공유하려면 먼저 Ubuntuzilla 프로젝트 홈페이지에 로그인해서 이 APT 원본을 몇 단계 적용할 수 있습니다.APT 소스 주소를 추가하려면/etc/apt/sources가 필요합니다.list에 다음 소스 주소를 추가합니다.
deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main
편집기를 사용하는 것 외에 다음 명령 조작을 통해 쉽게 완성할 수 있습니다.echo -e "
deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null
2. 키 키 키 키 가져오기sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
3. APT 소스 목록 업데이트sudo apt-get update
4. 설치 소프트웨어는 다음 명령을 통해 FireFox, SeaMonkey 및 ThunderBird를 각각 설치할 수 있습니다. FireFox sudo apt-get install firefox-mozilla-build # ThunderBird sudo apt-get install thunderbird-mozilla-build # SeaMonkey sudo apt-get install seamonkey-mozilla-build
다음은 Firefox의 중문화, 점여기.http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/xpi/확장 언어 패키지를 설치한 후 브라우저에about:config를 입력하고 아래의
general.useragent.locale는 enUS에서zh 로 변경CN이면 돼.
그러나 iceweasel을 먼저 마운트 해제해야 하기 때문에 위험을 무릅쓰는 것은 이전 블로그를 참고하십시오