commands.sh

xbps-install

linux

XBPS utility to (re)install and update packages. See also: `xbps`.

More info →

Options (2)

-S, --syncboolean

Synchronize and update all packages

Example: xbps-install {{[-S|--sync]}} {{[-u|--update]}}
-u, --updateboolean

Synchronize and update all packages

Example: xbps-install {{[-S|--sync]}} {{[-u|--update]}}

Examples (2)

Install a new package

xbps-install package

Synchronize and update all packages

xbps-install [-S|--sync] [-u|--update]
made by @shridhargupta | data from tldr-pages