xbps-install(1), xbps-remove(1) point to xbps-pkgdb(1)

... from descriptions of -A and -u (xbps-install) and -o (xbps-remove).
This commit is contained in:
Roman Neuhauser 2016-09-20 09:47:51 +02:00
parent 025b133025
commit d0b4089e6e
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.Dd October 28, 2015 .Dd September 20, 2016
.Dt XBPS-INSTALL 1 .Dt XBPS-INSTALL 1
.Sh NAME .Sh NAME
.Nm xbps-install .Nm xbps-install
@ -59,6 +59,7 @@ The first repository matching the package expression wins.
.It Fl A, Fl -automatic .It Fl A, Fl -automatic
Enables automatic installation mode, i.e. package will be treated as orphan Enables automatic installation mode, i.e. package will be treated as orphan
if no package is depending on it directly. if no package is depending on it directly.
.No See Fl -mode Sy auto No in Xr xbps-pkgdb 1 .
.It Fl C, Fl -config Ar dir .It Fl C, Fl -config Ar dir
Specifies a path to the XBPS configuration directory. Specifies a path to the XBPS configuration directory.
If the first character is not '\/' then it's a relative path of If the first character is not '\/' then it's a relative path of
@ -112,7 +113,9 @@ If set, packages to be installed or upgraded in the transaction won't be configu
just unpacked. That means that those packages should be reconfigured via just unpacked. That means that those packages should be reconfigured via
.Xr xbps-reconfigure 1 . .Xr xbps-reconfigure 1 .
.It Fl u, Fl -update .It Fl u, Fl -update
Performs a full system upgrade: all installed packages will be updated to the greatest Performs a full system upgrade: all installed packages
.Pq except those on Sy hold , No see Fl -mode Sy hold No in Xr xbps-pkgdb 1
will be updated to the greatest
versions that were found in repositories. versions that were found in repositories.
.It Fl v, Fl -verbose .It Fl v, Fl -verbose
Enables verbose messages. Enables verbose messages.

View File

@ -83,6 +83,7 @@ Cleans cache directory removing obsolete binary packages.
.It Fl o, Fl -remove-orphans .It Fl o, Fl -remove-orphans
Removes installed package orphans that were installed automatically Removes installed package orphans that were installed automatically
(as dependencies) and are not currently dependencies of any installed package. (as dependencies) and are not currently dependencies of any installed package.
.No See Fl -mode Sy auto No in Xr xbps-pkgdb 1 .
.It Fl R, Fl -recursive .It Fl R, Fl -recursive
Recursively remove packages that were installed by Recursively remove packages that were installed by
.Ar PKGNAME .Ar PKGNAME