PDA

View Full Version : Un-intalling Apple's x11; how do I do it.


milkman
01-31-2003, 09:16 PM
How can I take out everything that was installed with Apple's x11?

And I mean the whole thing.

Thanks.

sao
01-31-2003, 11:43 PM
milkman,

sudo rm -rf /usr/X11R6
sudo rm -rf /etc/X11
sudo rm -rf /Applications/X11.app

milkman
02-03-2003, 05:15 PM
Thanks a lot, really appreciate it.