.Dd June 13, 2019 .Dt XBPS-CHECKVERS 1 .Sh NAME .Nm xbps-checkvers .Nd XBPS utility to check for outdated packages .Sh SYNOPSIS .Nm xbps-checkvers .Op OPTIONS .Op FILES... .Sh DESCRIPTION The .Nm 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 .Nm void-packages tree. By default and unless the .Fl i, Fl -installed option is set, it will compare package versions in repositories against the .Nm void-packages tree. The .Ar FILES argument sets extra packages to process with the outdated ones (only processed if missing). .Sh OPTIONS .Bl -tag -width -x .It Fl C, Fl -config Ar dir Specifies a path to the XBPS configuration directory. If the first character is not '/' then it's a relative path of .Ar rootdir . .It Fl D, Fl -distdir Ar dir Specifies a full path to the void-packages repository. By default set to .Nm ~/void-packages . .It Fl d, Fl -debug Enables extra debugging shown to stderr. .It Fl h, Fl -help Show the help message. .It Fl i, Fl -ignore-conf-repos Ignore repositories defined in configuration files. Only repositories specified in the command line via .Ar --repository will be used. .It Fl I, Fl -installed Check for outdated installed packages rather than in repositories. .It Fl R, Fl -repository=uri Repository to be added to the top of the list. This option can be specified multiple times. .It Fl r, Fl -rootdir Ar dir Specifies a full path for the target root directory. .It Fl s, Fl -show-all List all packages found in the .Nm void-packages tree and prints version available in repository and srcpkgs with the following format: .Ar pkgname repover srcver . If any version can't be resolved, .Em ? is printed instead. .It Fl V, Fl -version Show the version information. .El .Sh SEE ALSO .Xr xbps-create 1 , .Xr xbps-dgraph 1 , .Xr xbps-digest 1 , .Xr xbps-fbulk 1 , .Xr xbps-fetch 1 , .Xr xbps-install 1 , .Xr xbps-pkgdb 1 , .Xr xbps-query 1 , .Xr xbps-reconfigure 1 , .Xr xbps-rindex 1 , .Xr xbps-uchroot 1 , .Xr xbps-uunshare 1 , .Xr xbps.d 5 .Sh AUTHORS .An Dave Elusive .An Juan Romero Pardines .Sh BUGS Probably, but I try to make this not happen. Use it under your own responsibility and enjoy your life. .Pp Report bugs at https://github.com/void-linux/xbps/issues