[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: best way to pkg_delete everything?



On Mon, 2003-08-25 at 18:47, Richard Cannings wrote:
> What is a fast and clean way to remove all my packages?

pkg_info | cut -d' ' -f1 | xargs pkg dependencies show | xargs sudo
pkg_delete -q