HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pkg — OpenBSD package manager utility. More information: <https://www.openbsd.org/faq/faq15.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
pkgcommandopenbsdclipackagemoremanagerutility

Problem

How to use the pkg command: OpenBSD package manager utility. More information: <https://www.openbsd.org/faq/faq15.html>.

Solution

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

Code Snippets

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

Context

tldr-pages: openbsd/pkg

Revisions (0)

No revisions yet.