Forrest logo
tool overview
On this page you find all important commands for the CLI tool xbps-install. If the command you are looking for is missing please ask our AI.

xbps-install

The xbps-install command line tool is part of the XBPS package manager used in Void Linux distributions. It allows users to install software packages and dependencies from the official Void Linux repositories using a simple command line interface. xbps-install performs dependency resolution automatically, ensuring that all required dependencies are installed along with the requested packages.

The command can be used to install single packages, multiple packages, or entire groups of related packages. It supports various options, such as specifying package versions, ignoring dependencies, or excluding specific packages during installation. These options provide flexibility and control over the package installation process.

xbps-install also supports advanced features like transaction handling, package verification, and system upgrade functionality. Users can easily update the installed packages using the xbps-install command, ensuring they have the latest security patches and software updates.

The tool is designed to be efficient and lightweight, prioritizing minimal resource usage while providing fast package management operations. It offers a straightforward and streamlined approach to installing and managing software packages on Void Linux systems.

List of commands for xbps-install:

  • xbps:tldr:189a1 xbps: Synchronize your repository databases and update your system and dependencies.
    $ xbps-install --sync --update
    try on your machine
    explain this command
  • xbps:tldr:96ee6 xbps: Install packages and synchronize them with the remote repository.
    $ xbps-install --sync ${package_name1} ${package_name2}
    try on your machine
    explain this command
tool overview