个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/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...)
 
第11行: 第11行:
 
=== 64bit Systems ===
 
=== 64bit Systems ===
 
==== Flash ====
 
==== 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.
+
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconWarning3.png%7D%7D '''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
 
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.
 
This will install a 32bit package with the help of ndispluginwrapper.
第18行: 第18行:
 
</nowiki></pre>
 
</nowiki></pre>
 
==== Java ====
 
==== 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:
+
To get [[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.
 
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>  
 
<pre><nowiki>  

2008年10月19日 (日) 05:16的版本

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:

sudo apt-get install firefox-3.0
 

64bit Systems

Flash

{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconWarning3.png%7D%7D 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.

sudo apt-get install flashplugin-nonfree

Java

To get 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 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.

 
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