2019-06-20 11:42:09 +02:00
|
|
|
.Dd June 20, 2019
|
2015-05-16 09:45:35 +02:00
|
|
|
.Dt XBPS-CHECKVERS 1
|
2014-04-07 12:20:09 +02:00
|
|
|
.Sh NAME
|
|
|
|
.Nm xbps-checkvers
|
|
|
|
.Nd XBPS utility to check for outdated packages
|
2015-10-30 01:45:26 -04:00
|
|
|
.Sh SYNOPSIS
|
2014-04-07 12:20:09 +02:00
|
|
|
.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
|
2014-09-26 14:24:06 +02:00
|
|
|
.Nm void-packages
|
2014-04-07 12:20:09 +02:00
|
|
|
tree. By default and unless the
|
2020-07-17 21:23:57 -03:00
|
|
|
.Fl I, Fl -installed
|
2016-12-25 21:21:28 +01:00
|
|
|
option is set, it will compare package versions in repositories against
|
2014-04-07 12:20:09 +02:00
|
|
|
the
|
2014-09-26 14:24:06 +02:00
|
|
|
.Nm void-packages
|
2019-06-19 13:30:57 +02:00
|
|
|
tree.
|
|
|
|
The
|
2014-04-07 12:20:09 +02:00
|
|
|
.Ar FILES
|
|
|
|
argument sets extra packages to process with the outdated ones (only processed if missing).
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width -x
|
2014-11-06 09:58:04 +01:00
|
|
|
.It Fl C, Fl -config Ar dir
|
|
|
|
Specifies a path to the XBPS configuration directory.
|
2017-07-11 04:28:13 +02:00
|
|
|
If the first character is not '/' then it's a relative path of
|
2014-11-06 09:58:04 +01:00
|
|
|
.Ar rootdir .
|
2014-04-17 10:31:00 +02:00
|
|
|
.It Fl D, Fl -distdir Ar dir
|
2014-09-26 14:24:06 +02:00
|
|
|
Specifies a full path to the void-packages repository. By default set to
|
|
|
|
.Nm ~/void-packages .
|
2020-01-18 18:48:07 +01:00
|
|
|
.It Fl e, Fl -removed
|
|
|
|
List packages present in repos, but not in distdir.
|
2020-01-27 21:38:30 +01:00
|
|
|
Srcver is a question mark for them.
|
2014-04-17 10:31:00 +02:00
|
|
|
.It Fl d, Fl -debug
|
|
|
|
Enables extra debugging shown to stderr.
|
2019-06-14 12:59:25 +02:00
|
|
|
.It Fl f, Fl -format Ar format
|
|
|
|
Format according to the string
|
|
|
|
.Ar format ,
|
|
|
|
inspired by
|
|
|
|
.Xr printf 3 .
|
|
|
|
.Pp
|
|
|
|
The following formatting codes may be used:
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Cm \en
|
|
|
|
Newline.
|
|
|
|
.It Cm \et
|
|
|
|
Tab.
|
|
|
|
.It Cm \e0
|
|
|
|
NULL.
|
|
|
|
.It Cm \&%%
|
|
|
|
A plain
|
|
|
|
.Sq Li \&% .
|
|
|
|
.It Cm \&%n
|
|
|
|
The package name.
|
|
|
|
.It Cm \&%r
|
2019-06-20 15:25:14 +02:00
|
|
|
The package version from repositories or pkgdb (returns ? if not found).
|
2019-06-14 12:59:25 +02:00
|
|
|
.It Cm \&%s
|
2019-06-20 15:25:14 +02:00
|
|
|
The source package version (returns ? if not found).
|
2019-06-14 13:15:53 +02:00
|
|
|
.It Cm \&%t
|
|
|
|
The requested template name (this can be a sub package).
|
2019-06-19 13:07:42 +02:00
|
|
|
.It Cm \&%R
|
|
|
|
The repository url (returns ? if not found).
|
2019-06-14 12:59:25 +02:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The default format is
|
2019-06-19 13:30:57 +02:00
|
|
|
.Dq Cm "%n %r %s %t %R" .
|
2014-04-07 12:20:09 +02:00
|
|
|
.It Fl h, Fl -help
|
2015-10-30 01:45:26 -04:00
|
|
|
Show the help message.
|
2019-06-12 19:53:41 +02:00
|
|
|
.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
|
2014-04-07 12:20:09 +02:00
|
|
|
Check for outdated installed packages rather than in repositories.
|
2019-06-13 20:09:37 +02:00
|
|
|
.It Fl m, Fl -manual
|
|
|
|
Only process listed files.
|
2014-04-17 10:31:00 +02:00
|
|
|
.It Fl R, Fl -repository=uri
|
|
|
|
Repository to be added to the top of the list. This option can be specified multiple times.
|
2014-04-07 12:20:09 +02:00
|
|
|
.It Fl r, Fl -rootdir Ar dir
|
|
|
|
Specifies a full path for the target root directory.
|
2019-06-13 11:37:26 +02:00
|
|
|
.It Fl s, Fl -show-all
|
|
|
|
List all packages found in the
|
2014-09-26 14:24:06 +02:00
|
|
|
.Nm void-packages
|
2019-06-13 11:37:26 +02:00
|
|
|
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.
|
2014-04-07 12:20:09 +02:00
|
|
|
.It Fl V, Fl -version
|
2015-10-30 01:45:26 -04:00
|
|
|
Show the version information.
|
2014-08-23 09:26:02 +02:00
|
|
|
.El
|
2014-04-07 12:20:09 +02:00
|
|
|
.Sh SEE ALSO
|
2015-05-16 09:45:35 +02:00
|
|
|
.Xr xbps-create 1 ,
|
|
|
|
.Xr xbps-dgraph 1 ,
|
xbps-digest(1): new utility that replaces "xbps-uhelper digest".
See the manual page:
XBPS-DIGEST(1) General Commands Manual XBPS-DIGEST(1)
NAME
xbps-digest - XBPS utility to generate message digests
SYNOPSIS
xbps-digest [OPTIONS] [FILE] [FILE+N]
DESCRIPTION
The xbps-digest utility generates message digests for specified FILE or
stdin if unset.
OPTIONS
-m, --mode mode
Sets the message digest mode. Supported: sha256. If unset, defaults
to sha256.
-h, --help
Show the help message.
-V, --version
Show the version information.
SEE ALSO
xbps.d(5), xbps-checkvers(1), xbps-create(1), xbps-dgraph(1),
xbps-fbulk(1), xbps-install(1), xbps-pkgdb(1), xbps-query(1),
xbps-reconfigure(1), xbps-remove(1), xbps-rindex(1), xbps-uchroot(1),
xbps-uunshare(1)
AUTHORS
Juan Romero Pardines <xtraeme@gmail.com>
BUGS
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
June 12, 2019
Signed-off-by: Juan RP <xtraeme@gmail.com>
2019-06-12 14:34:58 +02:00
|
|
|
.Xr xbps-digest 1 ,
|
2015-10-28 09:37:09 +01:00
|
|
|
.Xr xbps-fbulk 1 ,
|
2019-06-12 17:57:03 +02:00
|
|
|
.Xr xbps-fetch 1 ,
|
2015-05-16 09:45:35 +02:00
|
|
|
.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
|
2014-04-07 12:20:09 +02:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An Dave Elusive <davehome@redthumb.info.tm>
|
|
|
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
2019-06-20 11:42:09 +02:00
|
|
|
.An Duncan Overbruck <mail@duncano.de>
|
2014-04-07 12:20:09 +02:00
|
|
|
.Sh BUGS
|
|
|
|
Probably, but I try to make this not happen. Use it under your own
|
2015-10-28 10:03:41 +01:00
|
|
|
responsibility and enjoy your life.
|
2014-04-07 12:20:09 +02:00
|
|
|
.Pp
|
2018-09-23 17:51:07 +02:00
|
|
|
Report bugs at https://github.com/void-linux/xbps/issues
|