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

13
pages/openbsd/pkg_info.md Normal file
View File

@@ -0,0 +1,13 @@
# pkg_info
> View information about packages in OpenBSD.
> See also: `pkg_add`, `pkg_delete`.
> More information: <https://man.openbsd.org/pkg_info>.
- Search for a package using the package name:
`pkg_info -Q {{package}}`
- Output a list of installed packages for use with `pkg_add -l`:
`pkg_info -mz`