Manual Page Search Parameters

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

xbps-alternativesXBPS utility to handle alternatives

xbps-alternatives [OPTIONS] MODE

The xbps-alternatives utility lists or sets the alternatives provided by installed packages. Alternatives are classified by groups, and a group contains a number of symbolic links which are applied when the group is set.

When a package is installed its alternative groups are registered in the package database (pkgdb).

When a package is removed its alternative groups are unregistered from the package database (pkgdb). If there are no more alternative groups, the package database removes the references. If there were alternative groups registered previously, the previous package is set as default provider.

--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.
--group
Alternative group name to match. To be used with the set mode.
--help
Show the help message.
--ignore-conf-repos
Ignore repositories defined in configuration files. Only repositories specified in the command line via --repository will be used.
Enable repository mode when listing alternatives. This mode explicitly looks for all alternatives available in repositories rather than looking for installed alternatives.
url
Appends the specified repository to the top of the list. The url argument expects a URL to the repository for remote repositories or a path for local repositories.
--rootdir dir
Specifies a full path for the target root directory.
--verbose
Enables verbose messages.
--version
Show the version information.

Only one of the following modes can be used at a time.

--list [PKG [-g group]]
Lists all current alternative groups or only from PKG, or just a specific group, if the -g --group option is set.
--set PKG [-g group]
Set alternative groups specified by PKG or just a specific group, if the -g --group option is set.

/etc/xbps.d
Default configuration directory.
/usr/share/xbps.d
Default system configuration directory.
/var/db/xbps/.<pkgname>-files.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.

Overrides uname(2) machine result with this value.
Sets the target architecture to this value.
Overrides the xbps.d(5) configuration option.

The xbps-alternatives utility exits 0 on success, and >0 if an error occurs. A descriptive error message will be printed to stderr.

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-reconfigure(1), xbps-remove(1), xbps-rindex(1), xbps-uchroot(1), xbps-uunshare(1), xbps.d(5)

Juan Romero Pardines <xtraeme@gmail.com>
Duncan Overbruck <mail@duncano.de>

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

August 31, 2023 x86_64