Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

macos - How do I uninstall 'Command Line Tools for Xcode'

Today Apple releases new developer tools, Xcode 4.3.

I installed 'Command Line Tools for Xcode - February 2012'. BTW, How do I uninstall it?

I can't find uninstall-devtools.

You can get 'Command Line Tools for Xcode - February 2012'

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I created a shell script that removes the command line tools, see here: http://www.cocoanetics.com/2012/07/you-dont-need-the-xcode-command-line-tools/

(This uses the BOM receipt file for the CLI tools to remove all files that this installs)

My article explains why you don't need the CLI tools and how you can still use git or svn or any other tool that is contained in the Xcode.app bundle.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...