macports without the command line tools?

Rainer Müller raimue at macports.org
Mon Nov 26 09:26:24 PST 2012


On 2012-11-26 01:03, Nathaniel Irons wrote:
> Thanks, I was afraid of that. Radar filed for a command-line tools
> uninstaller, copied at http://openradar.appspot.com/radar?id=2329401.
> Duplicates appreciated.

You should be able to identify the files installed by the command line
tools package using pkgutil:

Verify this is the correct package ID by querying some information about it:
  pkgutil --pkg-info com.apple.pkg.DeveloperToolsCLI

List the files installed by this package:
  pkgutil --files com.apple.pkg.DeveloperToolsCLI

It's up to you to construct some "uninstaller" with xargs/rm -rf out of
this. When the files are gone, you would remove the receipt using
pkgutil --forget.

Rainer


More information about the macports-users mailing list