On Tue, Aug 04, 2009 at 11:11:17AM -0400, Luis Useche wrote:
> Hello Guys,
> 
> I was wondering if there is some tool that delete the packages
> specified along with their "deletable" dependencies. Deletable means
> packages that pkg_add added automatically (as dependencies of the
> installed one) and are not dependency of another package. This will
> ensure (in most of the cases) that you don't end up with a system with
> unnecessary packages.
> 
> I couldn't find in pkg_delete(1) any option that implements the
> previous semantic.

also from man pkg_delete (in the "TECHNICAL DETAILS" section):

"If a package is required by other installed packages not mentioned in thelist 
of packages to remove, pkg_delete will list those dependent packages and refuse 
to delete the package.

Perhaps I'm reading it wrong, but it looks to as though the pkgs you want to 
keep will have all of their dependencies when you done trimming.

> 
> Best,
> Luis Useche
> use...@gmail.com

Reply via email to