Openbsd /
Packages
Package management tools;
- pkg_add
- for installing and upgrading packages
- pkg_check
- for checking the consistency of installed packages
- pkg_delete
- for removing installed packages
- pkg_info
- for displaying information about packages
Search a package;
# pkg_info -Q xfe
Install a package;
# pkg_add xfe
Uninstall a package and it's dependencies;
# pkg_delete xfe # pkg_delete -a
List all installed packages;
# pkg_info