2005 Update: MacGIMP can be uninstalled by dragging to the trash. The original hint remains as published below...
This is my solution to the (serious) issue of uninstalling the over 360 files installed by MacGIMP.
I have looked everywhere and cannot find a decent solution to the problem... many folks seem to be asking how to do this so here goes.
First I made a list of the files I wanted to remove:
touch myfilename.txt Leave the document there (call it whatever you like, I used trashGimp.txt).sudo find / -group 17025 -iname "*gimp*" | sort > trashGimp.txtsudo find / -group 17025 -iname "*gimp*" -exec rm {} \;This will only delete the files, not the actual directories that are included in this find. For that you need to substitute rmdir for rm. Note that directories that still contain items cannot be removed with rmdir.
Why do I want to remove MacGIMP? For one, I want to install fink and the fink ReadMe says not to use the installer if MacGIMP is present. Also, I am a professional Photoshop user and GIMP, while nice for people who don't want to shell out big bucks for a graphics app, cannot hold a candle to Adobe's product.
Any unix experts out there can undoubtedly improve on the methods listed here. I am just trying to get the issue out in the open as there are frustrated folks all over various discussion boards trying to figure out how to get rid of MacGIMP.
[Dec 22, 2003 Update: The information above regarding MacGIMP and the fink project is out of date -- MacGIMP and fink can happily co-exist. According to the MacGIMP folks, an upcoming release of MacGIMP will contain an uninstaller that makes removal of MacGIMP a simple process. I'm leaving this article online as a reference for those with older versions of the software; the reasons for removing it may differ person by person, but this hint and its comments contain useful information for those who wish to uninstall MacGIMP.]
Mac OS X Hints
http://hints.macworld.com/article.php?story=2003111721531746