aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apk-list.8.scd
blob: 06412f44ff06966e8fafc1355ae0a47ff957e66f (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
apk-list(8)

# NAME

apk list - list packages matching a pattern or other criteria

# SYNOPSIS

*apk list* [<_options_>...] _pattern_...

# DESCRIPTION

*apk list* searches package indicies for packages matching the given patterns
and prints any matching packages. The patterns are matched with *fnmatch*(3),
which behaves similarly to shell globbing.

# OPTIONS

*-I, --installed*
	Consider only installed packages.

*-O, --orphaned*
	Consider only orphaned packages.

*-a, --available*
	Consider only available packages.

*-u, --upgradable*
	Consider only upgradable packages.

*-o, --origin*
	List packages by origin.

*-d, --depends*
	List packages by dependency.

*-P, --depends*
	List packages by provider.

# AUTHORS

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