XBPS-CHECKVERS(1) | General Commands Manual | XBPS-CHECKVERS(1) |
xbps-checkvers
—
XBPS utility to check for outdated packages
xbps-checkvers |
[OPTIONS] [FILES...] |
The xbps-checkvers
utility checks for
outdated packages in a target root directory or in all registered
repositories by comparing the package versions against the source package
versions available in a void-packages
tree. By
default it will use the tree located in
~/void-packages
, but this location can be changed
with the -D,
--distdir
option. By default and unless the -I,
--installed
option is set, it will use package
versions from repositories to compare against the
void-packages
tree. The FILES
argument sets extra packages to process with the outdated ones (only
processed if missing).
-C,
--config
dir-D,
--distdir
dir~/void-packages
.-e,
--removed
-f,
--format
.-d,
--debug
-f,
--format
formatThe following formatting codes may be used:
\n
\t
\0
%%
%
’.%n
%r
%s
%t
%R
The default format is “%n %r %s %t
%R
”.
-h,
--help
-i,
--ignore-conf-repos
-I,
--installed
-m,
--manual
-R,
--repository=uri
-r,
--rootdir
dir-s,
--show-all
void-packages
tree
and prints version available in repository and srcpkgs with the following
format: pkgname repover srcver. If any version can't
be resolved, ? is printed instead.--staging
-V,
--version
The xbps-checkvers
utility exits 0
on success, and >0 if an error occurs. A descriptive error message
will be printed to stderr.
Show all packages in ~/void-packages, listing the repository version and the srcpkgs version:
$ xbps-checkvers -s
Show packages in ~/src/void-packages which have a newer version than the installed version:
$ xbps-checkvers -D
~/src/void-packages -I
Check whether installed package ‘foo’ has a newer
version in the void-packages
tree:
$ xbps-checkvers -I -m
foo
xbps-alternatives(1), xbps-create(1), xbps-dgraph(1), xbps-digest(1), xbps-fbulk(1), xbps-fetch(1), xbps-install(1), xbps-pkgdb(1), xbps-query(1), xbps-reconfigure(1), xbps-rindex(1), xbps-uchroot(1), xbps-uunshare(1), xbps.d(5)
Dave Elusive
<davehome@redthumb.info.tm>
Juan Romero Pardines
<xtraeme@gmail.com>
Duncan Overbruck
<mail@duncano.de>
Probably, but I try to make this not happen. Use it under your own responsibility and enjoy your life.
Report bugs at https://github.com/void-linux/xbps/issues
February 9, 2023 | x86_64 |