2013-09-18 20:15:05 +05:30
|
|
|
.Dd September 18, 2013
|
2012-11-06 15:35:27 +05:30
|
|
|
.Os Void Linux
|
|
|
|
.Dt xbps-query 8
|
|
|
|
.Sh NAME
|
|
|
|
.Nm xbps-query
|
|
|
|
.Nd XBPS utility to query for package and repository information
|
|
|
|
.Sh SYNOPSYS
|
|
|
|
.Nm xbps-query
|
|
|
|
.Op OPTIONS
|
|
|
|
.Ar MODE
|
|
|
|
.Op PKG
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility prints information of a specific package or packages stored
|
|
|
|
in target root directory or in registered repositories.
|
2012-12-20 11:32:28 +05:30
|
|
|
The argument
|
|
|
|
.Ar PKG
|
|
|
|
is a package expression, which is explained in the
|
|
|
|
.Em PACKAGE EXPRESSION
|
|
|
|
section.
|
|
|
|
.Sh PACKAGE EXPRESSION
|
|
|
|
A package expression is a form to match a pattern; currently xbps
|
|
|
|
supports 3 ways to specify them:
|
|
|
|
.Bl -dash
|
|
|
|
.It
|
|
|
|
by package name, i.e:
|
|
|
|
.Dq Sy foo .
|
|
|
|
.It
|
|
|
|
by exact package name and version, i.e:
|
|
|
|
.Dq Sy foo-1.0_1 .
|
|
|
|
.It
|
|
|
|
by specifying a package name and version separated by any of the following version comparators:
|
|
|
|
.Bl -item -width xx -compact
|
|
|
|
.Pp
|
|
|
|
.It
|
|
|
|
.Sy <
|
|
|
|
less than
|
|
|
|
.It
|
|
|
|
.Sy >
|
|
|
|
greater than
|
|
|
|
.It
|
|
|
|
.Sy <=
|
|
|
|
less or equal than
|
|
|
|
.It
|
|
|
|
.Sy >=
|
|
|
|
greater or equal than
|
|
|
|
.Pp
|
|
|
|
Example:
|
|
|
|
.Dq Sy foo>=2.0 .
|
2012-11-06 15:35:27 +05:30
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width -x
|
|
|
|
.It Fl C, Fl -config Ar file
|
|
|
|
Specifies a full path to the XBPS configuration file.
|
|
|
|
.It Fl c, Fl -cachedir Ar dir
|
|
|
|
Specifies a full path to the cache directory, where binary packages are stored.
|
|
|
|
.It Fl D, Fl -defrepo Ar uri
|
2013-09-18 20:15:05 +05:30
|
|
|
Default repository to be used. Multiple repositories can be specified. This repository
|
|
|
|
list overrides the list in a configuration file.
|
2012-11-06 15:35:27 +05:30
|
|
|
.It Fl d, Fl -debug
|
|
|
|
Enables extra debugging shown to stderr.
|
|
|
|
.It Fl h, Fl -help
|
|
|
|
Show the help usage.
|
|
|
|
.It Fl R, Fl -repository
|
2012-11-06 16:11:33 +05:30
|
|
|
Enable repository mode. This mode explicitly looks in repositories, rather
|
|
|
|
than looking in the target root directory.
|
2012-11-06 15:35:27 +05:30
|
|
|
.It Fl r, Fl -rootdir Ar dir
|
|
|
|
Specifies a full path for the target root directory.
|
|
|
|
.It Fl v, Fl -verbose
|
|
|
|
Enables verbose messages.
|
|
|
|
.It Fl V, Fl -version
|
|
|
|
Shows the XBPS version.
|
|
|
|
.Sh MODE
|
|
|
|
Only one of the following modes can be used at a time.
|
|
|
|
By default and unless the
|
|
|
|
.Fl R
|
|
|
|
option is specified, the target
|
|
|
|
.Ar PKG
|
2013-02-02 16:32:10 +05:30
|
|
|
will be queried in the root directory, otherwise it will be
|
2012-11-06 15:35:27 +05:30
|
|
|
queried in registered repositories.
|
|
|
|
.Bl -tag -width -x
|
|
|
|
.It Fl l, Fl -list-pkgs
|
|
|
|
Lists registered packages in the package database (pkgdb).
|
2012-12-20 11:41:05 +05:30
|
|
|
A package can be in any of the following states:
|
|
|
|
.Bl -item -width xx -compact
|
|
|
|
.Pp
|
|
|
|
.It
|
|
|
|
.Sy ii
|
|
|
|
Package is installed.
|
|
|
|
.It
|
|
|
|
.Sy uu
|
|
|
|
Package is unpacked but must be configured with
|
|
|
|
.Xr xbps-reconfigure 8 .
|
|
|
|
.It
|
|
|
|
.Sy hr
|
|
|
|
Package is
|
|
|
|
.Sy half-removed ,
|
|
|
|
and can be fully removed with
|
|
|
|
.Xr xbps-remove 8 .
|
|
|
|
.It
|
|
|
|
.Sy ??
|
|
|
|
Package state is unknown.
|
|
|
|
.El
|
2013-08-18 14:36:45 +05:30
|
|
|
.It Fl H, Fl -list-hold-pkgs
|
|
|
|
List registered packages in the package database (pkgdb) that are on
|
|
|
|
.Sy hold .
|
|
|
|
Such packages won't be updated automatically.
|
2012-11-06 15:35:27 +05:30
|
|
|
.It Fl L, Fl -list-repos
|
2013-07-26 15:12:52 +05:30
|
|
|
Lists repositories and the number of packages contained on them. If a repository is not
|
|
|
|
available the number of packages will be
|
|
|
|
.Sy -1 .
|
2012-11-06 15:35:27 +05:30
|
|
|
.It Fl m, Fl -list-manual-pkgs
|
|
|
|
Lists registered packages in the package database (pkgdb) that were installed
|
|
|
|
manually by the user (i.e not as dependency of any package).
|
2013-02-13 20:17:46 +05:30
|
|
|
.It Fl O, Fl -list-orphans
|
2012-11-06 15:35:27 +05:30
|
|
|
Lists package orphans in the package database (pkgdb), i.e packages that
|
|
|
|
were installed as dependencies and no package is currently depending on them
|
|
|
|
directly.
|
|
|
|
.It Fl o, Fl -ownedby Ar PATTERN...
|
|
|
|
Search for packages owning the files specified by
|
|
|
|
.Ar PATTERN .
|
|
|
|
The
|
|
|
|
.Ar PATTERN
|
2012-12-20 11:47:16 +05:30
|
|
|
argument can be a simple string or a shell wildcard pattern as explained in
|
|
|
|
.Xr fnmatch 3 .
|
2012-11-06 15:35:27 +05:30
|
|
|
Multiple patterns may be specified.
|
|
|
|
.It Fl s, Fl -search Ar PATTERN...
|
|
|
|
Search for packages matching
|
|
|
|
.Ar PATTERN
|
|
|
|
on its
|
|
|
|
.Em pkgver
|
|
|
|
and/or
|
2012-12-20 11:47:16 +05:30
|
|
|
.Em short_desc
|
2012-11-06 15:35:27 +05:30
|
|
|
properties. The same rules explained in the
|
|
|
|
.Fl -ownedby
|
2012-12-20 11:47:16 +05:30
|
|
|
option are applied, but a
|
|
|
|
.Sy PACKAGE EXPRESSION
|
|
|
|
is also supported.
|
2012-11-06 15:35:27 +05:30
|
|
|
.It Fl f, Fl -files Ar PKG
|
|
|
|
Show the package files for
|
|
|
|
.Ar PKG .
|
|
|
|
.It Fl p, Fl -property Ar PROP[,...] Ar PKG
|
|
|
|
Show a property for
|
|
|
|
.Ar PKG .
|
|
|
|
Multiple properties can be specified by delimiting them with commas.
|
|
|
|
.It Fl x, Fl -deps Ar PKG
|
|
|
|
Show the required dependencies for
|
|
|
|
.Ar PKG .
|
2013-03-05 08:38:42 +05:30
|
|
|
Only direct dependencies are shown. To see a full dependency tree set it twice.
|
2012-11-06 15:35:27 +05:30
|
|
|
.It Fl X, Fl -revdeps Ar PKG
|
|
|
|
Show the reverse dependencies for
|
|
|
|
.Ar PKG .
|
2013-02-20 16:12:06 +05:30
|
|
|
.Sh ENVIRONMENT
|
|
|
|
.Bl -tag -width XBPS_TARGET_ARCH
|
|
|
|
.It Sy XBPS_TARGET_ARCH
|
|
|
|
Overrides
|
|
|
|
.Xr uname 2
|
|
|
|
machine result with this value. Useful to install packages of a different
|
|
|
|
architecture.
|
2012-11-06 15:35:27 +05:30
|
|
|
.Sh FILES
|
2012-11-21 10:00:28 +05:30
|
|
|
.Bl -tag -width /var/db/xbps/.<pkgname>.plist
|
2012-11-06 15:35:27 +05:30
|
|
|
.It Ar /etc/xbps/xbps.conf
|
2013-03-05 08:38:42 +05:30
|
|
|
Default configuration file.
|
2012-11-21 10:00:28 +05:30
|
|
|
.It Ar /var/db/xbps/.<pkgname>.plist
|
|
|
|
Package metadata properties.
|
2013-03-05 08:38:42 +05:30
|
|
|
.It Ar /var/db/xbps/pkgdb-0.21.plist
|
|
|
|
Default package database (0.21 format). Keeps track of installed packages and properties.
|
2012-11-06 15:35:27 +05:30
|
|
|
.It Ar /var/cache/xbps
|
2013-03-05 08:38:42 +05:30
|
|
|
Default cache directory to store downloaded binary packages.
|
2012-11-06 15:35:27 +05:30
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr xbps-create 8 ,
|
|
|
|
.Xr xbps-dgraph 8 ,
|
|
|
|
.Xr xbps-install 8 ,
|
|
|
|
.Xr xbps-pkgdb 8 ,
|
|
|
|
.Xr xbps-reconfigure 8 ,
|
|
|
|
.Xr xbps-remove 8 ,
|
|
|
|
.Xr xbps-rindex 8
|
|
|
|
.Sh AUTHORS
|
|
|
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
|
|
|
.Sh BUGS
|
|
|
|
Probably, but I try to make this not happen. Use it under your own
|
|
|
|
responsability and enjoy your life.
|
|
|
|
.Pp
|
2013-08-18 13:47:45 +05:30
|
|
|
Report bugs in https://github.com/xtraeme/xbps/issues
|