mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 13:49:11 +00:00
Update cheatsheets
This commit is contained in:
22
linux/xbps
Normal file
22
linux/xbps
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user