On Thu, 3 Feb 2005, Christofer Ecklund wrote:
> Could you tell me how to uninstall R from Mac OS X (10.3)? I am not
> too familiar with terminal or the command line so a GUI removal would
> be better, however I would like to remove every trace of the program
> from my system. Usually with a package installer there is some sort of
> uninstaller included, but I could not find it. I have read the
> documentation but could not identify a GUI uninstaller.
No, most OS X packages do not provide an uninstaller.
You can find out what got installed via installer by
viewing the bill of materials files as such:
$ lsbom /Library/Receipts/R-GUI.pkg/Contents/Archive.bom
$ lsbom /Library/Receipts/R\ framework.pkg/Contents/Archive.bom
Toss the following in the trash from the Finder:
/Applications/R.app
/Library/Frameworks/R.framework
~/Library/R/ (if it exists)
----------------------------------------------------------
SIGSIG -- signature too long (core dumped)