PKGMAN-DIFF(1) | General Commands Manual | PKGMAN-DIFF(1) |
pkgman-diff
— show
differences between installed and available packages
pkgman |
diff [--all ]
[--deps ] [--full ]
[--regex ]
[--filter =expr] |
Print an overview of packages that are installed and have a different version than they are in the packages sources directories.
The options are as follows:
--all
--deps
--full
--regex
--filter
=exprNote:
The comparison behaviour is influenced by the
preferhigher
configuration setting in
pkgman.conf(5). To modify the
comparison behaviour for this operation only (e.g. to compare the packages
using version comparison and show only packages with higher version) then
call pkgman(1) with custom
--config-append
settings as shown below:
pkgman --config-append="preferhigher yes" diff ...
February 26, 2025 | Zeppe-Lin |