aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apk-verify.8.scd
blob: 44b8490d309f3eaddb564bb72026c73c60b5a8de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.

# AUTHORS

Natanael Copa <ncopa@alpinelinux.org>++
Timo Teräs <_timo.teras@iki.fi_>