1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 18:15:23 +02:00
tldr/pages/linux/xbps-install.md
2025-05-21 10:19:35 +03:00

13 lines
288 B
Markdown

# xbps-install
> XBPS utility to (re)install and update packages.
> See also: `xbps`.
> More information: <https://manned.org/xbps-install.1>.
- Install a new package:
`xbps-install {{package}}`
- Synchronize and update all packages:
`xbps-install {{[-S|--sync]}} {{[-u|--update]}}`