How to uninstall deps of a failed build

Lawrence Velázquez larry.velazquez at gmail.com
Wed Jun 20 06:59:09 PDT 2012


On Jun 20, 2012, at 9:35 a.m., Jeremy Lavergne wrote:

> You probably want to remove all "leaves" from the installed ports tree:
> port echo leaves
> sudo port uninstall leaves
> 
> You may repeat that a few times, as each level reveals new leaves.

I believe you can get rid of all leaves and their dependencies at once:

    sudo port uninstall --follow-dependencies leaves

vq



More information about the macports-users mailing list