On Mon, Mar 20, 2017 at 08:57:42PM -0500, mitchell wodach wrote:
> Someone correct me if I'm wrong but wouldn't you want to pkg_add -Uu. Which
> updates dependent packages also?

Not necessary if he uses pkg_add -u to update ALL packages.

pkg_add -u $PACKAGE   -> updates $PACKAGE
pkg_add -Uu $PACKAGE  -> updates $PACKAGE and dependencies
pkg_add -u            -> updates all packages

Reply via email to