Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:openbsd:using_packages_on_openbsd [2023/11/08 19:23] – jhx | tutorials:openbsd:using_packages_on_openbsd [2023/11/08 19:27] (current) – jhx | ||
---|---|---|---|
Line 24: | Line 24: | ||
$ pkg_info | wc -l | $ pkg_info | wc -l | ||
+ | |||
+ | Deleting a package: | ||
+ | |||
+ | $ doas pkg_delete **PKGNAME** | ||
+ | |||
+ | **__Further reading:__ ** | ||
+ | |||
+ | [[https:// | ||
+ | [[https:// | ||
+ | [[https:// | ||