mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
270 B
Markdown
13 lines
270 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 --sync --update`
|