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

17
pages/openbsd/pkg_add.md Normal file
View File

@@ -0,0 +1,17 @@
# pkg_add
> Install/update packages in OpenBSD.
> See also: `pkg_info`, `pkg_delete`.
> More information: <https://man.openbsd.org/pkg_add>.
- Update all packages, including dependencies:
`pkg_add -u`
- Install a new package:
`pkg_add {{package}}`
- Install packages from the raw output of `pkg_info`:
`pkg_add -l {{path/to/file}}`