table of contents
apk-info(8) | System Manager's Manual | apk-info(8) |
NAME¶
apk info - print detailed information about packages
SYNOPSIS¶
apk info [<options>...] packages...
apk info -W file
DESCRIPTION¶
apk info prints information known about the listed packages. By default, it prints the description, webpage, and installed size of the package (equivalent to apk info -dws).
Each field printed is prefaced by the name of the package and its package version, then the field to be displayed, and a newline. The following lines display the appropriate information, then an empty line terminates that field.
apk info -W file prints the package which owns the specified file.
OPTIONS¶
-a, --all
-d, --description
-e, --installed
-L, --contents
-P, --provides
-r, --rdepends
-R, --depends
-s, --size
-w, --webpage
-W, --who-owns
--install-if
--license
--replaces
--rinstall-if
-t, --triggers
2024-06-22 |