apk-verify - Man Page

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.

Referenced By

apk(8), apk-keys(5), apk-repositories(5).

2021-08-03