View Full Version : help with uninstalling dev tools, etc....
octavius
11-14-2002, 01:35 AM
I think my Dev tools are messed up so i want to reinstall them.
I think they are messed up for several reasons, one, being that i cant get them to recognize SDL frameworks. anyways.,.. .whats the best way to go about doing this safe so that i dont mess up anything else?
I also have XDarwin and Fink installed.
ps. I'm a newbie so be simplistic with your answers please! thanks a ton!
mervTormel
11-14-2002, 01:45 AM
examine "/Developer/Tools/uninstall-devtools.pl"
octavius
11-14-2002, 02:27 AM
it is harmless to my system even with fink and xfree86 installed?
i want to reinstall again afterwards though..
btw, how do uninstall Fink? thanks for the speedy help man! -Bryan
octavius
11-14-2002, 03:22 AM
[oct-icebook:~] bryan% examine "/Developer/Tools/uninstall-devtools.pl"
examine: Command not found.
[oct-icebook:~] bryan%
what happened? did i do something wrong?
mervTormel
11-14-2002, 06:44 AM
LOL! i should have been more explicit.
open and read the file at /Developer/Tools/uninstall-devtools.pl
it's a perl script that cleans up stuff to allow you to reinstall dev tools...
#! /usr/bin/perl
# Remove the receipts of a Developer Tools installation so a subsequent
# installation of an older developer tools release will work correctly.
### This script will remove
# 1. The package receipts for Dec2001DevToolsExtra
# 2. the version.plist files in vmutils.framework and
# AppleScriptKit.framework from Apr2002DevToolsExtra
# And the Apr2002DevToolsExtra package receipts.
# 3. All files and receipts for all other Dev* packages.
# 4. A few odds and ends that aren't explicitly listed in
# the BOMs (post-install symlinks, help index files).
you'll need to be super user to run it, i think...
% sudo /Developer/Tools/uninstall-devtools.pl
to remove fink
% sudo rm -rf /sw
and comment out the call to /sw/bin/init.csh in your .tcshrc file
yes, it's mostly harmless, unless you have dependencies on the stuff
octavius
11-14-2002, 09:33 AM
damn. :( ....and i was trying to avoid laughter....
oh.. well....
thanks for the help anyways, though!
octavius,
I made the same mistakes before, and still do a lot of different ones while learning. Don't worry about it.
Just don't give up. Slowly but surely we all learn somethings every day.
Cheer up...
gigityadam31
01-05-2007, 09:15 PM
To remove the developer tools folder open the "Terminal"
/Applications/Utilities/Terminal.app.
Once that is open copy and paste this in:
sudo /Developer/Tools/uninstall-devtools.pl
Exactly as shown above. It will ask for your admin password type it hit enter, it will do the rest.
little late on a reply
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.