xbps-{install,remove,query}: add page; xbps: update page (#10354)

* 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>
This commit is contained in:
Lena
2023-07-16 07:26:08 +02:00
committed by GitHub
parent f55f1a6a74
commit 80147cbd87
4 changed files with 68 additions and 24 deletions

View File

@@ -0,0 +1,13 @@
# 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`