Ubuntu10.04/10.10安裝Firefox stable版最合適的方法
當給Ubuntu系統安裝Firefox瀏覽器時,你是否感到迷茫過,面對其眾多版本不知道該選擇哪一個是好,并且安裝方法也不太清楚。那就看看下面這篇文章吧,會對你有所幫助的!
首先,不要使用 Ubuntuzilla or the Mozilla Daily PPA,前者會對Firefox打一些補丁,不允許上報Firefox的bug,后者是你嘗鮮Firefox不錯的途徑,但是他永遠追新,不會讓你安穩的。
Ubuntu下安裝Firefox:
1. Firefox stable版本適用于9.10、10.04、10.10。當然,現在Firefox 4還未stable,所以此源中肯定沒有Firefox 4:
sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update
當Firefox 4出來后,會自動更新到Firefox 4,當前前提是您系統中已經安裝了Firefox 3之類的。
2. Firefox不穩定版:
提供Ubuntu 9.10、10.04、10.10下的Firefox alpha / beta / RC版本。
這個源比the Mozilla Daily PPA好多了,因為他至提供alpha,beta,RC版本的,還是相對穩定的。現在你可以用這個源安裝Firefox RC2。
注意:此源會持續提供beta,rc,如果你正在使用Firefox 4 stable,但Firefox 5 beta1出來了,用此源會讓你安裝Firefox 5 beta1:
sudo add-apt-repository ppa:mozillateam/firefox-next
sudo apt-get update
sudo apt-get install firefox-4.0
使用此源的最好方法是,在Firefox 4 stable沒出來之前使用此ppa,等Firefox 4 stable出來之后,使用上邊的ppa源,然后移除本ppa源。
【編輯推薦】