Comment Re:Package management status? (Score 1) 178
With your $PKG_PATH set properly, you install a program:
pkg_add program
To update a program:
pkg_add -u program
To delete a program:
pkg_delete program
To update all your installed programs:
pkg_add -ui -F update -F updatedepends
There's a lot more utility to it, but that's more than the basics that most will need to "get them started".
pkg_add program
To update a program:
pkg_add -u program
To delete a program:
pkg_delete program
To update all your installed programs:
pkg_add -ui -F update -F updatedepends
There's a lot more utility to it, but that's more than the basics that most will need to "get them started".