KISS | pkg_* |
---|---|
build | pkg_create |
download | |
install | pkg_add |
list | pkg_info -A/-I |
remove | pkg_delete |
search | pkg_info -Q |
update | pkg_add -u |
depends | cat /var/db/pkg/package-*/+REQUIRING |
export | pkg_create -f |
maintainer | |
manifest | pkg_info -L |
orphans | pkg_info -t |
owns | pkg_info -E |
revdep | pkg_info -R |
rmdeps | pkg_delete -a |
size | pkg_info -s |
KISS_ROOT | pkg_add -B/-L |
I've written this from the point of view of learning the OpenBSD commands from KISS. No, they don't match up perfectly, and they might not be correct. Please let me know if you can help me improve this!