mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
413 B
Plaintext
22 lines
413 B
Plaintext
---
|
|
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`
|