xbps/bin/xbps-reconfigure/xbps-reconfigure.8

84 lines
2.0 KiB
Groff
Raw Normal View History

.Dd December 9, 2014
.Dt XBPS-RECONFIGURE 8
2012-11-03 11:18:10 +01:00
.Sh NAME
.Nm xbps-reconfigure
.Nd XBPS utility to configure installed packages
.Sh SYNOPSYS
.Nm xbps-reconfigure
.Op OPTIONS
.Op PKGNAME...
.Sh DESCRIPTION
The
.Nm
utility configures or reconfigures packages in target root directory. Configuration
2012-11-03 11:18:10 +01:00
involves two steps:
.Pp
.Sy *
Executes the
.Sy post
ACTION on its
2012-11-03 11:18:10 +01:00
.Sy INSTALL
script (which can be shown by running
.Sy `xbps-query --property=install-script pkg'
).
2012-11-03 11:18:10 +01:00
.Pp
.Sy *
Changes package state to
.Sy XBPS_PKG_STATE_INSTALLED
if previous step ran successfully.
.Pp
Only packages that weren't configured previously will be processed,
unless the
.Ar -f
option is specified.
.Sh OPTIONS
2012-11-06 10:33:29 +01:00
.Bl -tag -width -x
2012-11-05 09:39:10 +01:00
.It Fl a, Fl -all
2012-11-03 11:18:10 +01:00
Configures all packages.
.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 .
2012-11-05 09:39:10 +01:00
.It Fl d, Fl -debug
2012-11-03 11:18:10 +01:00
Enables extra debugging shown to stderr.
2012-11-05 09:39:10 +01:00
.It Fl f, Fl -force
2012-11-03 11:18:10 +01:00
Forcefully reconfigure package even if it was configured previously.
2012-11-05 09:39:10 +01:00
.It Fl h, Fl -help
2012-11-03 11:18:10 +01:00
Show the help usage.
2012-11-05 09:39:10 +01:00
.It Fl r, Fl -rootdir Ar dir
Specifies a path for the target root directory.
2012-11-05 09:39:10 +01:00
.It Fl v, Fl -verbose
2012-11-03 11:18:10 +01:00
Enables verbose messages.
2012-11-05 09:39:10 +01:00
.It Fl V, Fl -version
2012-11-03 11:18:10 +01:00
Shows the XBPS version.
.El
.Sh FILES
2014-09-11 12:21:33 +02:00
.Bl -tag -width /var/db/xbps/.<pkgname>-files.plist
.It Ar /etc/xbps.d
Default configuration directory.
.It Ar /var/db/xbps/.<pkgname>.plist
2014-09-11 12:21:33 +02:00
Package files metadata.
.It Ar /var/db/xbps/pkgdb-0.38.plist
Default package database (0.38 format). Keeps track of installed packages and properties.
.It Ar /var/cache/xbps
Default cache directory to store downloaded binary packages.
.El
2012-11-03 11:18:10 +01:00
.Sh SEE ALSO
.Xr xbps.d 5 ,
.Xr xbps-checkvers 8 ,
2012-11-03 11:18:10 +01:00
.Xr xbps-create 8 ,
.Xr xbps-dgraph 8 ,
.Xr xbps-install 8 ,
.Xr xbps-pkgdb 8 ,
.Xr xbps-query 8 ,
2012-11-03 11:21:39 +01:00
.Xr xbps-remove 8 ,
2014-04-21 10:58:09 +02:00
.Xr xbps-rindex 8 ,
.Xr xbps-uchroot 8
2012-11-03 11:18:10 +01:00
.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 https://github.com/voidlinux/xbps/issues