83 lines
2.6 KiB
Groff
83 lines
2.6 KiB
Groff
.Dd March 4, 2013
|
|
.Os Void Linux
|
|
.Dt xbps-pkgdb 8
|
|
.Sh NAME
|
|
.Nm xbps-pkgdb
|
|
.Nd XBPS utility to report/fix issues and modify the package database (pkgdb)
|
|
.Sh SYNOPSYS
|
|
.Nm xbps-pkgdb
|
|
.Op OPTIONS
|
|
.Op PKGNAME...
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm
|
|
utility can check/fix issues and modify the package database (pkgdb).
|
|
It's able to check for missing dependencies, modified files and symlinks,
|
|
and more errors that have been fixed in newer versions of xbps. A mode to update
|
|
the format to the latest version is also available.
|
|
This is the list of things that
|
|
.Nm
|
|
currently does:
|
|
.Bl -tag -width -x
|
|
.It Sy METADATA CHECK
|
|
Checks that package metadata files have not been modified by comparing original
|
|
hash that is recorded when package is installed against current one.
|
|
.It Sy FILES CHECK
|
|
Checks that all files belonging to a package have not been modified and are
|
|
not missing.
|
|
.It Sy DEPENDENCIES CHECK
|
|
Checks that all required dependencies for a package are resolved.
|
|
.It Sy OBSOLETE METADATA CHECK
|
|
Checks that the package database does not contain obsolete data from previous
|
|
XBPS versions and removes them if found.
|
|
.It Sy FORMAT CONVERSION
|
|
Updates the pkgdb format to the latest version.
|
|
.Sh OPTIONS
|
|
.Bl -tag -width -x
|
|
.It Fl a, Fl -all
|
|
Process all registered packages, regardless of its state.
|
|
.It Fl C, Fl -config Ar file
|
|
Specifies a full path to the XBPS configuration file.
|
|
.It Fl d, Fl -debug
|
|
Enables extra debugging shown to stderr.
|
|
.It Fl h, Fl -help
|
|
Show the help usage.
|
|
.It Fl m, Fl -mode Ar auto|manual
|
|
Switches
|
|
.Ar PKGNAME
|
|
to the specified installation mode: automatic or manual mode.
|
|
.It Fl r, Fl -rootdir Ar dir
|
|
Specifies a full path for the target root directory.
|
|
.It Fl u, Fl -update
|
|
Updates the pkgdb format to the latest version making the necessary conversions
|
|
automatically. Usually this is needed only in rare circumstances.
|
|
.It Fl v, Fl -verbose
|
|
Enables verbose messages.
|
|
.It Fl V, Fl -version
|
|
Shows the XBPS version.
|
|
.Sh FILES
|
|
.Bl -tag -width /var/db/xbps/.<pkgname>.plist
|
|
.It Ar /etc/xbps/xbps.conf
|
|
Default configuration file.
|
|
.It Ar /var/db/xbps/.<pkgname>.plist
|
|
Package metadata properties.
|
|
.It Ar /var/db/xbps/pkgdb-0.21.plist
|
|
Default package database (0.21 format). Keeps track of installed packages and properties.
|
|
.It Ar /var/cache/xbps
|
|
Default cache directory to store downloaded binary packages.
|
|
.Sh SEE ALSO
|
|
.Xr xbps-create 8 ,
|
|
.Xr xbps-dgraph 8 ,
|
|
.Xr xbps-install 8 ,
|
|
.Xr xbps-query 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
|
|
Report bugs in http://code.google.com/p/xbps.
|