1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/linux/xbps.md
Lena 80147cbd87
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>
2023-07-16 13:26:08 +08:00

17 lines
495 B
Markdown

# xbps
> The X Binary Package System is the package manager used by Void Linux.
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
> More information: <https://docs.voidlinux.org/xbps/index.html>.
- View documentation for installing and updating packages:
`tldr xbps-install`
- View documentation for removing packages:
`tldr xbps-remove`
- View documentation for querying for package and repository information:
`tldr xbps-query`