PKG_CHECK(8) | System Manager's Manual | PKG_CHECK(8) |
pkg_check
— check
consistency of installed packages
pkg_check |
[-FfIimnqvx ]
[-D name[=value]] |
pkg_check
verifies as much information as
it can about installed packages.
pkg_check
is not needed under normal
circumstances, but it can be used to recover after a catastrophic system
failure in the middle of a
pkg_add(1) or
pkg_delete(1).
pkg_check
performs the following
checks:
@depend
, @tag
and
@wantlib
match actual packages. It currently does
not verify that @wantlib
or
@tag
are reachable from the base package.-F
)By default, pkg_check
will only perform
very safe transformations, such as the removal of core-dumps.
pkg_check
will ask the user for more permanent
changes in interactive mode, or perform them anyway with option
-f
.
The options are as follows:
-D
name[=value]nosig
-F
-f
-I
-i
-m
pkg_check
to always display the progress
meter in cases it would not do so by default.-n
-q
-q
will bypass that check entirely.-v
-v
may turn on
more verbose output.-x
This program was written by Marc Espie.
Work in progress. The order of checks is not definitive, and more checks may be added. Use with caution.
November 16, 2020 | OpenBSD-7.1 |