On jeudi, nov 21, 2002, at 19:48 Europe/Paris, Mike O'Brien wrote:
[]
	1) Find out what package(s) depend on the -threaded branch
and deinstall them.  How do I do this?  Fink doesn't provide such tools
for interrogating the dependency database.
Actually, there are such tools (apt-cache and some stuff in the pkg-order package), but I never can remember how to use them and how to interpret their output. What I usually do is to use some basic Unix commands:

find /sw/fink/dists/ -name \*.info | xargs grep Depends | grep threaded | more

Fast, and easy to interpret.

--
Martin



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Reply via email to