Mention sysinstall as described in the post-installation section as an
alternate way to perform basic package installation on a running system, in addition to the pkg_* tools. PR: docs/128128 Submitted by: Boris Hollas <boris.hollas@gmx.de>
This commit is contained in:
parent
2ae7e13b10
commit
9d5c13dbc6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33427
1 changed files with 12 additions and 0 deletions
|
@ -370,6 +370,18 @@ R-deps: </screen>
|
|||
|
||||
<title>Using the Packages System</title>
|
||||
|
||||
<para>There are several different tools used to manage packages on
|
||||
FreeBSD:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para><command>sysinstall</command> can be invoked on a
|
||||
running system to install, delete, and list available and
|
||||
installed packages. For more information, see <xref
|
||||
linkend="install-post">, Post-Installation.</para></listitem>
|
||||
<listitem><para>The package management command line tools, which are
|
||||
the subject of the rest of this section.</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<sect2>
|
||||
<title>Installing a Package</title>
|
||||
<indexterm>
|
||||
|
|
Loading…
Reference in a new issue