On 8/6/2011 7:09 PM, Richard Miles wrote: > I am On an intel imac 10.6.8 OSX > I installed some software from fink list that installed ls etc in /sw/bin. > How do I get rid of it?
dpkg -S <FILE> will tell you what package installed any file inside the Fink tree. In this case, dpkg -S /sw/bin/ls will probably say coreutils-default did it. Hanspeter ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
