mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
378 B
Plaintext
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]}}`
|