Use of an AUTHORS section is strongly discouraged. Generally, it is better not to clutter every page with a list of (over time potentially numerous) authors. Add your name to comments in sources, or the root level AUTHORS file instead.
23 lines
554 B
Markdown
23 lines
554 B
Markdown
apk-verify(8)
|
|
|
|
# NAME
|
|
|
|
apk verify - verify package integrity and signature
|
|
|
|
# SYNOPSIS
|
|
|
|
*apk verify* [<_options_>...] _files_...
|
|
|
|
# DESCRIPTION
|
|
|
|
*apk verify* verifies the integrity of the package files specified, validating
|
|
the checksums and cryptographic signature.
|
|
|
|
*apk verify* prints a summary of the results on stdout, and exits with status
|
|
code zero if all packages were successfully verified. If any failed, *apk
|
|
verify* exits with a nonzero status.
|
|
|
|
# OPTIONS
|
|
|
|
*apk verify* does not support any specific options. See *apk*(8) for global
|
|
options.
|