xbps/bin/xbps-reconfigure/xbps-reconfigure.1

99 lines
2.4 KiB
Groff
Raw Normal View History

.Dd June 12, 2019
.Dt XBPS-RECONFIGURE 1
2012-11-03 11:18:10 +01:00
.Sh NAME
.Nm xbps-reconfigure
.Nd XBPS utility to configure installed packages
2015-10-30 01:45:26 -04:00
.Sh SYNOPSIS
2012-11-03 11:18:10 +01:00
.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.
2017-07-11 04:30:03 +02:00
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
2015-10-30 01:45:26 -04:00
Show the help message.
.It Fl i, Fl -ignore Ar PKG
Ignore
.Ar PKG
when configuring all packages with
.Fl a, Fl -all .
The
.Ar PKG
argument can be a package name or a package name with version.
This option can be specified multiple times.
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
2015-10-30 01:45:26 -04:00
Show the version information.
.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 /usr/share/xbps.d
Default system 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-checkvers 1 ,
.Xr xbps-create 1 ,
.Xr xbps-dgraph 1 ,
.Xr xbps-digest 1 ,
2015-10-28 09:37:09 +01:00
.Xr xbps-fbulk 1 ,
.Xr xbps-fetch 1 ,
.Xr xbps-install 1 ,
.Xr xbps-pkgdb 1 ,
.Xr xbps-query 1 ,
.Xr xbps-remove 1 ,
.Xr xbps-rindex 1 ,
.Xr xbps-uchroot 1 ,
.Xr xbps-uunshare 1 ,
.Xr xbps.d 5
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
responsibility and enjoy your life.
2012-11-03 11:18:10 +01:00
.Pp
Report bugs at https://github.com/void-linux/xbps/issues