apk-tools/doc/apk-list.8.scd

44 lines
800 B
Plaintext
Raw Normal View History

2020-01-08 01:39:39 +00:00
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.
2020-01-08 01:39:39 +00:00
# OPTIONS
*-a, --available*
Consider only available packages.
2021-12-27 08:34:17 +00:00
*-d, --depends*
List packages by dependency.
*-I, --installed*
Consider only installed packages.
*--manifest*
List installed packages in format `<name> <version>`.
2020-01-08 01:39:39 +00:00
*-o, --origin*
List packages by origin.
2021-12-27 08:34:17 +00:00
*-O, --orphaned*
Consider only orphaned packages.
2020-01-08 01:39:39 +00:00
2020-11-10 11:38:55 +00:00
*-P, --providers*
2020-01-08 01:39:39 +00:00
List packages by provider.
2021-12-27 08:34:17 +00:00
*-u, --upgradable, --upgradeable*
Consider only upgradable packages.