Files
cheatsheet-tldr/tldr/linux/xbps-install
2025-12-01 00:25:28 +00:00

19 lines
378 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# xbps-install
> XBPS utility to (re)install and update packages.
> See also: `xbps`.
> More information: <https://manned.org/xbps-install>.
- Install a new package:
`xbps-install {{package}}`
- Synchronize and update all packages:
`xbps-install {{[-S|--sync]}} {{[-u|--update]}}`