[Fink-devel] How to remove a certain group of packages

2010-06-06 Thread Koen van der Drift
Hi, Is there a way to remove a certain group of packages in fink? For instance, all packages that I maintain, or all installed perlmodules? I can list them: fink list --installed -m 'driftkop' or fink list --installed | grep pm588 But then how to proceed? Thanks, - Koen.

Re: [Fink-devel] How to remove a certain group of packages

2010-06-06 Thread Martin Costabel
Koen van der Drift wrote: Hi, Is there a way to remove a certain group of packages in fink? For instance, all packages that I maintain, or all installed perlmodules? I can list them: fink list --installed -m 'driftkop' or fink list --installed | grep pm588 But then how to

Re: [Fink-devel] How to remove a certain group of packages

2010-06-06 Thread Koen van der Drift
On Jun 6, 2010, at 7:45 AM, Martin Costabel wrote: For example (1 line) sudo dpkg -r --force-all `fink list -i -m 'driftkop' | awk '{print $2}'` Excellent, thanks! - Koen. -- ThinkGeek and WIRED's GeekDad team