> Say that I install a package just to test it and then I want to get rid
> of it.  It comes with a lot of direct/indirect dependencies that I'd
> also like to remove.  How can I do this easily?  (Right now, I'm walking
> the "pkg_info -t" output and remove dependencies one at a time :-/)

You got your answer with pkg_delete -a, but don't miss out on pkg_add -a
and -aa.

Reply via email to