apk-version(8) | System Manager's Manual | apk-version(8) |
NAME
apk version - compare package versions
SYNOPSIS
apk version [<options>...] [packages...]
apk version -c versions...
apk version -t version1 version2
apk version -I
DESCRIPTION
apk version compares the versions of installed packages against package versions available from repositories (see apk-repositories(5)). It can also be used to validate and compare version strings.
In default mode, if no packages are specified, all installed packages are considered. Otherwise, the comparison is limited to the explicitly listed packages. A summary is printed on stdout, with the difference between package versions being represented as >, =, or <.
Options -c, -I, and -t are mutually exclusive.
OPTIONS
These options only apply when checking installed package versions against packages available from the repositories (when neither -c, -t, nor -I are specified).
-a, --all
-c, --check
-I, --indexes
-l, --limit operand
-t, --test
2024-10-29 |