Update to r38787:
Mention firefox-esr and remove firfox36. Approved by: bcr (mentor)
This commit is contained in:
parent
b63a630487
commit
84fcc9b236
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46711
1 changed files with 8 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/desktop/chapter.xml,v 1.92 2012/04/30 17:27:56 bcr Exp $
|
||||
basiert auf: 1.129
|
||||
basiert auf: 38787
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="desktop">
|
||||
<info><title>Desktop-Anwendungen</title>
|
||||
|
@ -194,11 +194,12 @@
|
|||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox</userinput></screen>
|
||||
|
||||
<para>Damit installieren Sie <application>Firefox</application>
|
||||
10.0, wenn Sie stattdessen <application>Firefox</application> 3.6
|
||||
einsetzen möchten, geben Sie folgenden Befehl ein:</para>
|
||||
<para>Damit installieren Sie die neueste Version von
|
||||
<application>Firefox</application>. Wenn Sie stattdessen die
|
||||
Extended Support Release (ESR) Version einsetzen möchten,
|
||||
geben Sie folgenden Befehl ein:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox36</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox-esr</userinput></screen>
|
||||
|
||||
<para>Alternativ können Sie auch die Ports-Sammlung verwenden,
|
||||
um das Programm aus dem Quellcode zu installieren:</para>
|
||||
|
@ -207,8 +208,8 @@
|
|||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<para>Ersetzen Sie im vorherigen Kommando <literal>firefox</literal>
|
||||
durch <literal>firefox36</literal>, falls Sie
|
||||
<application>Firefox</application> 3.6 verwenden wollen.</para>
|
||||
durch <literal>firefox-esr</literal>, falls Sie
|
||||
<application>Firefox</application> ESR verwenden wollen.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="moz-java-plugin">
|
||||
|
|
Loading…
Reference in a new issue