summaryrefslogtreecommitdiff
path: root/doc/apk-policy.8.scd
blob: 71cece0b6af57930394593ea5fd54b1ed050e8ca (plain) (blame)
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
apk-policy(8)

# NAME

apk policy - show repository policy for packages

# SYNOPSIS

*apk policy* [<_options_>...] _packages_...

# DESCRIPTION

*apk policy* shows apk's repository policy for the specified packages. It
prints matching packages and their versions available from configured
repositories (see *apk-repositories*(5)), in order of installation preference.

# OPTIONS

*apk policy* 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>