mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:02:08 +02:00

* xbps-query: add page * xbps: remove examples and add redirections to subpages * xbps-install: add page * xbps-remove: add page * xbps*: `package_name` => `package` Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
13 lines
277 B
Markdown
13 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`
|