- Correct the xfce pkg name [1]
- Unify the install instructions for gnome/xfce with KDE PR: 181142 [1] Submitted by: Robert <robert@ml.erje.net> [1]
This commit is contained in:
parent
98974ba1ba
commit
076f320afd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42646
1 changed files with 15 additions and 6 deletions
|
@ -1455,6 +1455,11 @@ DisplayManager.requestPort: 0</screen>
|
|||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r gnome2</userinput></screen>
|
||||
|
||||
<para>For <application>pkgng</application> users, the
|
||||
equivalent command is:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg install gnome2</userinput></screen>
|
||||
|
||||
<para>To build <application>GNOME</application> from source,
|
||||
use the ports tree:</para>
|
||||
|
||||
|
@ -1613,7 +1618,7 @@ DisplayManager.requestPort: 0</screen>
|
|||
<para>To install the <application>KDE 4</application> package
|
||||
from the network, type:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r kde4</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>pkg_add -r kde</userinput></screen>
|
||||
|
||||
<para>&man.pkg.add.1; will automatically fetch the latest
|
||||
version of the application.</para>
|
||||
|
@ -1621,7 +1626,7 @@ DisplayManager.requestPort: 0</screen>
|
|||
<para>For <application>pkgng</application> users, the
|
||||
equivalent command is:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg install kde4</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>pkg install kde</userinput></screen>
|
||||
|
||||
<para>To build <application>KDE</application> from source,
|
||||
use the ports tree:</para>
|
||||
|
@ -1756,11 +1761,15 @@ DisplayManager.requestPort: 0</screen>
|
|||
<sect3 id="x11-wm-xfce-install">
|
||||
<title>Installing Xfce</title>
|
||||
|
||||
<para>A binary package for <application>Xfce</application>
|
||||
exists (at the time of writing). To install, simply
|
||||
type:</para>
|
||||
<para>To install the <application>Xfce</application> from the
|
||||
network, simply type:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r xfce4</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>pkg_add -r xfce</userinput></screen>
|
||||
|
||||
<para>For <application>pkgng</application> users, the
|
||||
equivalent command is:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg install xfce</userinput></screen>
|
||||
|
||||
<para>Alternatively, to build from source, use the
|
||||
Ports Collection:</para>
|
||||
|
|
Loading…
Reference in a new issue