View Single Post
  #2   (View Single Post)  
Old 27th March 2012
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by daemonfowl View Post
...but is there a way to autoremove those unneeded orphans?
Per the pkg_delete(1) manpage:
Code:
 -a              Delete unused dependencies (packages that are not needed
                     by anything tagged as installed manually).  Can be used
                     without pkgnames.  If used with pkgnames, it will only
                     delete non manual installs in the list.
Reply With Quote