📄 desktop-browsers.html
字号:
<p>Install the <ahref="http://www.FreeBSD.org/cgi/url.cgi?ports/java/jdk13/pkg-descr"><ttclass="FILENAME">java/jdk13</tt></a> port with the standard <tt class="COMMAND">makeinstall clean</tt> and then install the <ahref="http://www.FreeBSD.org/cgi/url.cgi?ports/www/flashpluginwrapper/pkg-descr"><ttclass="FILENAME">www/flashpluginwrapper</tt></a> port. This port requires <ahref="http://www.FreeBSD.org/cgi/url.cgi?ports/emulators/linux_base/pkg-descr"><ttclass="FILENAME">emulators/linux_base</tt></a> which is a large port. True that other <bclass="APPLICATION"><span class="TRADEMARK">Flash</span></b> plugins exist, however theyhave not worked for me.</p><p>Install the <ahref="http://www.FreeBSD.org/cgi/url.cgi?ports/www/mozilla/pkg-descr"><ttclass="FILENAME">www/mozilla</tt></a> port, if <b class="APPLICATION">Mozilla</b> is notalready installed.</p><p>Now copy the <b class="APPLICATION"><span class="TRADEMARK">Flash</span></b> plug-infiles with:</p><pre class="SCREEN"><samp class="PROMPT">#</samp> <kbdclass="USERINPUT">cp /usr/local/lib/flash/libflashplayer.so \ /usr/X11R6/lib/browser_plugins/libflashplayer_linux.so</kbd></pre><pre class="SCREEN"><samp class="PROMPT">#</samp> <kbdclass="USERINPUT">cp /usr/local/lib/flash/ShockwaveFlash.class \ /usr/X11R6/lib/browser_plugins/</kbd></pre><p>Now add the following lines to the top of (but right under <varclass="LITERAL">#!/bin/sh</var>) <b class="APPLICATION">Mozilla</b> startup script: <ttclass="FILENAME">/usr/X11R6/bin/mozilla</tt>.</p><pre class="PROGRAMLISTING">LD_PRELOAD=/usr/local/lib/libflashplayer.so.1export LD_PRELOAD</pre><p>This will enable the <b class="APPLICATION"><span class="TRADEMARK">Flash</span></b>plug-in.</p><p>Now just start <b class="APPLICATION">Mozilla</b> with:</p><pre class="SCREEN"><samp class="PROMPT">%</samp> <kbd class="USERINPUT">mozilla &</kbd></pre><p>And access the <span class="GUIMENUITEM">About Plug-ins</span> option from the <spanclass="GUIMENU">Help</span> menu. A list should appear with all the currently availableplugins. <b class="APPLICATION"><span class="TRADEMARK">Java</span></b> and <bclass="APPLICATION"><span class="TRADEMARK">Shockwave</span>® <spanclass="TRADEMARK">Flash</span></b> should both be listed.</p></div><div class="SECT2"><h2 class="SECT2"><a id="AEN7413" name="AEN7413">6.2.3 <spanclass="TRADEMARK">Netscape</span>®</a></h2><p>The ports collection contains several versions of the <spanclass="TRADEMARK">Netscape</span> browser. Since the native FreeBSD ones contain aserious security bug, installing them is strongly discouraged. Instead, use a more recentLinux or DIGITAL UNIX version.</p><p>The latest stable release of the <span class="TRADEMARK">Netscape</span> browser is <bclass="APPLICATION"><span class="TRADEMARK">Netscape</span> 7</b>. It can be installedfrom the ports collection:</p><pre class="SCREEN"><samp class="PROMPT">#</samp> <kbd class="USERINPUT">cd /usr/ports/www/netscape7</kbd><samp class="PROMPT">#</samp> <kbd class="USERINPUT">make install clean</kbd></pre><p>There are localized versions in the French, German, and Japanese categories.</p><div class="CAUTION"><blockquote class="CAUTION"><p><b>Caution:</b> <b class="APPLICATION"><span class="TRADEMARK">Netscape</span> 4.x</b>versions are not recommended because they are not compliant with today's standards.However, <b class="APPLICATION"><span class="TRADEMARK">Netscape</span> 7.x</b> and newerversions are only available for the <span class="TRADEMARK">i386</span>™platform.</p></blockquote></div></div><div class="SECT2"><h2 class="SECT2"><a id="AEN7438" name="AEN7438">6.2.4 Opera</a></h2><p><b class="APPLICATION">Opera</b> is a very fast, full-featured, andstandards-compliant browser. It comes in two favors: a ``native'' FreeBSD version and aversion that runs under Linux emulation. For each operating system, there is a no-costversion of the browser that displays advertising and an ad-free version that can bepurchased on the <a href="http://www.opera.com/" target="_top">Opera web site</a>.</p><p>To browse the Web with the FreeBSD version of <b class="APPLICATION">Opera</b>,install the package:</p><pre class="SCREEN"><samp class="PROMPT">#</samp> <kbd class="USERINPUT">pkg_add -r opera</kbd></pre><p>Some FTP sites do not have all the packages, but the same result can be obtained withthe ports collection by typing:</p><pre class="SCREEN"><samp class="PROMPT">#</samp> <kbd class="USERINPUT">cd /usr/ports/www/opera</kbd><samp class="PROMPT">#</samp> <kbd class="USERINPUT">make install clean</kbd></pre><p>To install the Linux version of <b class="APPLICATION">Opera</b>, substitute <varclass="LITERAL">linux-opera</var> in place of <var class="LITERAL">opera</var> in theexamples above. The Linux version is useful in situations requiring the use of plug-insthat are only available for Linux, such as <b class="APPLICATION">Adobe <spanclass="TRADEMARK">Acrobat Reader</span>®</b>. In all other respects, the FreeBSDand Linux versions appear to be functionally identical.</p></div><div class="SECT2"><h2 class="SECT2"><a id="AEN7464" name="AEN7464">6.2.5 Firefox</a></h2><p><b class="APPLICATION">Firefox</b> is the next-generation browser based on the <bclass="APPLICATION">Mozilla</b> codebase. <b class="APPLICATION">Mozilla</b> is acomplete suite of applications, such as a browser, a mail client, a chat client and muchmore. <b class="APPLICATION">Firefox</b> is just a browser, which makes it smaller andfaster.</p><p>Install the package by typing:</p><pre class="SCREEN"><samp class="PROMPT">#</samp> <kbd class="USERINPUT">pkg_add -r firefox</kbd></pre><p>You can also use the ports collection if you prefer to compile from source code:</p><pre class="SCREEN"><samp class="PROMPT">#</samp> <kbd class="USERINPUT">cd /usr/ports/www/firefox</kbd><samp class="PROMPT">#</samp> <kbd class="USERINPUT">make install clean</kbd></pre></div><div class="SECT2"><h2 class="SECT2"><a id="AEN7484" name="AEN7484">6.2.6 Konqueror</a></h2><p><b class="APPLICATION">Konqueror</b> is part of <b class="APPLICATION">KDE</b> but itcan also be used outside of <b class="APPLICATION">KDE</b> by installing <ahref="http://www.FreeBSD.org/cgi/url.cgi?ports/x11/kdebase3/pkg-descr"><ttclass="FILENAME">x11/kdebase3</tt></a>. <b class="APPLICATION">Konqueror</b> is much morethan a browser, it is also a file manager and a multimedia viewer.</p><p><b class="APPLICATION">Konqueror</b> also comes with a set of plugins, available in <ahref="http://www.FreeBSD.org/cgi/url.cgi?ports/misc/konq-plugins/pkg-descr"><ttclass="FILENAME">misc/konq-plugins</tt></a>.</p><p><b class="APPLICATION">Konqueror</b> also supports <b class="APPLICATION"><spanclass="TRADEMARK">Flash</span></b> and a How To is available at <ahref="http://freebsd.kde.org/howto.php"target="_top">http://freebsd.kde.org/howto.php</a>.</p></div></div><div class="NAVFOOTER"><hr align="LEFT" width="100%" /><table summary="Footer navigation table" width="100%" border="0" cellpadding="0"cellspacing="0"><tr><td width="33%" align="left" valign="top"><a href="desktop.html"accesskey="P">Prev</a></td><td width="34%" align="center" valign="top"><a href="index.html"accesskey="H">Home</a></td><td width="33%" align="right" valign="top"><a href="desktop-productivity.html"accesskey="N">Next</a></td></tr><tr><td width="33%" align="left" valign="top">Desktop Applications</td><td width="34%" align="center" valign="top"><a href="desktop.html"accesskey="U">Up</a></td><td width="33%" align="right" valign="top">Productivity</td></tr></table></div><p align="center"><small>This, and other documents, can be downloaded from <ahref="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a>.</small></p><p align="center"><small>For questions about FreeBSD, read the <ahref="http://www.FreeBSD.org/docs.html">documentation</a> before contacting <<ahref="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.<br />For questions about this documentation, e-mail <<ahref="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -