个人工具

“UbuntuHelp:Firefox3”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(重定向页面到 UbuntuHelp:FirefoxNewVersion
 
第1行: 第1行:
 +
#REDIRECT [[UbuntuHelp:FirefoxNewVersion]]
 +
This page now redirects to [[UbuntuHelp:FirefoxNewVersion|FirefoxNewVersion]]
 
{{From|https://help.ubuntu.com/community/Firefox3}}
 
{{From|https://help.ubuntu.com/community/Firefox3}}
 
{{Languages|UbuntuHelp:Firefox3}}
 
{{Languages|UbuntuHelp:Firefox3}}
== Introduction ==
 
Firefox 3 (at this point it is still in beta 3) is a browser not to be viewed as a 100% stable browser but for developers and as a peek into what will be the next generation from Mozilla. Firefox 3 is one of few exceptions in Ubuntu policy of not having new versions of software in a stable version of Ubuntu.
 
Mozilla Foundation released its first Firefox beta on 19th November 2007, followed by second beta on 18th December 2007, and third beta on 12th February 2008. It is estimated at least four total beta releases, and a final release will be in early 2008.
 
== Installation ==
 
Open a terminal and type:
 
<pre><nowiki>
 
sudo apt-get install firefox-3.0
 
</nowiki></pre>
 
=== 64bit Systems ===
 
==== Flash ====
 
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconWarning3.png '''Warning''': Installing this Ubuntu package causes the Adobe flash plugin to be downloaded from www.adobe.com.  The distribution license of the Adobe flash plugin is available at www.adobe.com.
 
There is no actual 64bit flash and people have been reporting numerous problems regarding Flash64, like sound problems and issues regarding that flash is not working everywhere. More information can be found here: http://ubuntuforums.org/showthread.php?t=476924
 
This will install a 32bit package with the help of ndispluginwrapper.
 
<pre><nowiki>
 
sudo apt-get install flashplugin-nonfree
 
</nowiki></pre>
 
==== Java ====
 
To get [[UbuntuHelp:Java|Java]] working (to some extent) on 64bit machines use the following code, but be aware that it will take ages to compile:
 
This has been tested on [[UbuntuHelp:HardyHeron|HardyHeron]] Alpha 5 with Firefox 3 beta 3. This is still under experimentation and has not been fully tested so everything you do below is on your own risk.
 
<pre><nowiki>
 
sudo apt-get install icedtea-java7-jdk
 
sudo apt-get build-dep icedtea-java7-plugin
 
sudo apt-get -b source icedtea-java7-plugin icedtea-java7-bin icedtea-java7-jre icedtea-java7-jdk
 
sudo dpkg -i icedtea-java7*.d
 
</nowiki></pre>
 
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 19:07的最新版本

This page now redirects to FirefoxNewVersion