Avram Dorfman <[EMAIL PROTECTED]> writes: > How do I figure out what packages require a given package?
promt> find /sw/fink/dists -name "*.info" | xargs grep "^\(Build\)?Depends:.*foo" Replace foo with the name of the package you try to uninstall. The output is not pretty but I think it solves your problem. -- ( www.dtek.chalmers.se/~d4jonas/ ! Wei Wu Wei ) ( Meaning of U2 Lyrics, Roleplaying ! To Do Without Do ) ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
