mirror of https://github.com/CrimsonTome/tldr.git
14 lines
277 B
Markdown
14 lines
277 B
Markdown
|
# xbps-install
|
||
|
|
||
|
> XBPS utility to (re)install and update packages.
|
||
|
> See also: `xbps`.
|
||
|
> More information: <https://man.voidlinux.org/xbps-install.1>.
|
||
|
|
||
|
- Install a new package:
|
||
|
|
||
|
`xbps-install {{package}}`
|
||
|
|
||
|
- Synchronize and update all packages:
|
||
|
|
||
|
`xbps-install --sync --update`
|