Manual Page Search Parameters

XBPS-RECONFIGURE(1) General Commands Manual XBPS-RECONFIGURE(1)

xbps-reconfigureXBPS utility to configure installed packages

xbps-reconfigure [OPTIONS] [PKGNAME...]

The xbps-reconfigure utility configures or reconfigures packages in target root directory. Configuration involves two steps:

* Executes the ACTION on its script (which can be shown by running ).

* Changes package state to if previous step ran successfully.

Only packages that weren't configured previously will be processed, unless the -f option is specified.

--all
Configures all packages.
--config dir
Specifies a path to the XBPS configuration directory. If the first character is not '/' then it's a relative path of rootdir.
--debug
Enables extra debugging shown to stderr.
--force
Forcefully reconfigure package even if it was configured previously.
--help
Show the help message.
--ignore PKG
Ignore PKG when configuring all packages with -a, --all. The PKG argument can be a package name or a package name with version. This option can be specified multiple times.
--rootdir dir
Specifies a path for the target root directory.
--deps
Configure PKGNAME... and its direct dependencies.
Configure the full dependency tree of PKGNAME... when used with -x, --deps.
--verbose
Enables verbose messages.
--version
Show the version information.

Overrides uname(2) machine result with this value. Useful to install packages with a fake architecture
Sets the target architecture to this value. This variable differs from XBPS_ARCH in that it allows you to install packages partially, because configuration phase is skipped (the target binaries might not be compatible with the native architecture).
Overrides the xbps.d(5) configuration option.

/etc/xbps.d
Default configuration directory.
/usr/share/xbps.d
Default system configuration directory.
/var/db/xbps/.<pkgname>.plist
Package files metadata.
/var/db/xbps/pkgdb-0.38.plist
Default package database (0.38 format). Keeps track of installed packages and properties.
/var/cache/xbps
Default cache directory to store downloaded binary packages.

xbps-alternatives(1), xbps-checkvers(1), xbps-create(1), xbps-dgraph(1), xbps-digest(1), xbps-fbulk(1), xbps-fetch(1), xbps-install(1), xbps-pkgdb(1), xbps-query(1), xbps-remove(1), xbps-rindex(1), xbps-uchroot(1), xbps-uunshare(1), xbps.d(5)

Juan Romero Pardines <xtraeme@gmail.com>

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

February 9, 2023 x86_64