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