PDA

View Full Version : uninstalling fink, X11, Xdarwin


wanny
03-03-2003, 01:55 PM
Can anyone tell me which directories and files need to be removed to uninstall all packages installed by fink, fink itself, apple's x11, Xdarwin and xfree86.

I'd like to reinstall X11, and then reinstall fink, whilst at the same time removing all the fink-installed software that I don't use.

thanks

babertocci
03-03-2003, 02:26 PM
sudo rm -rf /sw
sudo rm -rf /Applications/X11.app
sudo rm -rf /Applications/XDarwin.app
sudo rm -rf /usr/X11R6
sudo rm -rf /etc/X11

Removing /sw gets rid of fink and all the packages (besides X11) that you have installed. The rest of the commands get rid of X11 and all of the stuff it installs.

wanny
03-04-2003, 06:02 AM
thanks :)