openbsd: add directory; openbsd/pkg_{add,info,delete}: add page (#10698)

* openbsd: add directory; openbsd/pkg_{add,info,delete}: add page (#10698) 

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
mrusme
2023-10-21 19:27:49 +00:00
committed by GitHub
parent 3db74e5c67
commit 2fee1dcb9f
4 changed files with 63 additions and 0 deletions

16
pages/openbsd/pkg.md Normal file
View File

@@ -0,0 +1,16 @@
# 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`