mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 03:50:31 +00:00
Update cheatsheets
This commit is contained in:
21
openbsd/pkg
Normal file
21
openbsd/pkg
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, openbsd]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pkg
|
||||
|
||||
> OpenBSD package manager utility.
|
||||
> More information: <https://www.openbsd.org/faq/faq15.html>.
|
||||
|
||||
- View documentation for installing/updating packages:
|
||||
|
||||
`tldr pkg_add`
|
||||
|
||||
- View documentation for removing packages:
|
||||
|
||||
`tldr pkg_delete`
|
||||
|
||||
- View documentation for viewing information about packages:
|
||||
|
||||
`tldr pkg_info`
|
||||
Reference in New Issue
Block a user