]> pd.if.org Git - zpackage/blob - doc/zpm-verify.8
remove stray debug fprintf
[zpackage] / doc / zpm-verify.8
1 .TH zpm-verify 8 2019-02-18 "ZPM 0.3"
2 .SH NAME
3 zpm-verify \- verify installed packages
4 .SH SYNOPSIS
5 .B zpm verify
6 [
7 .BI -f " pkgfile"
8 ]
9 .B -Fe
10 .RI [ package ...]
11 .SH DESCRIPTION
12 \fBzpm-verify\fR
13 Will check installed files against the metadata recorded in the local database.
14 For each package given, file content, permissions, and ownership will be
15 checked.  Packages can be partial package ids.
16 .SH OPTIONS
17 .TP
18 .BI \-f path
19 specify the package file to find package metadata in
20 .TP
21 .B \-F
22 Only output failed tests.
23 .TP
24 .B \-e
25 If a package given is not installed, skip it rather than erroring.
26 .SH EXAMPLES
27 .TP
28 .B zpm verify less-543-1
29 Check the less-543-1 package.
30 .SH EXIT STATUS
31 0 on success non zero on failure
32 .SH FILES
33 /var/lib/zpm/local.db
34 .SH ENVIRONMENT
35 ZPMDB
36 .SH AUTHOR
37 Nathan Wagner
38 .SH SEE ALSO
39 .BR zpm (8)
40 .BR zpm-findpkg (8)