.TH zpm-verify 8 2019-02-18 "ZPM 0.3" .SH NAME zpm-verify \- verify installed packages .SH SYNOPSIS .B zpm verify [ .BI -f " pkgfile" ] .B -Fe .RI [ package ...] .SH DESCRIPTION \fBzpm-verify\fR Will check installed files against the metadata recorded in the local database. For each package given, file content, permissions, and ownership will be checked. Packages can be partial package ids. .SH OPTIONS .TP .BI \-f path specify the package file to find package metadata in .TP .B \-F Only output failed tests. .TP .B \-e If a package given is not installed, skip it rather than erroring. .SH EXAMPLES .TP .B zpm verify less-543-1 Check the less-543-1 package. .SH EXIT STATUS 0 on success non zero on failure .SH FILES /var/lib/zpm/local.db .SH ENVIRONMENT ZPMDB .SH AUTHOR Nathan Wagner .SH SEE ALSO .BR zpm (8) .BR zpm-findpkg (8)