I’ve installed the latest Xcode CLI tools (the ones you can get directly, without having to install XCode).
I’d now like to uninstall them completely, how would one go about doing that?
I’ve installed the latest Xcode CLI tools (the ones you can get directly, without having to install XCode).
I’d now like to uninstall them completely, how would one go about doing that?
I beleive that they actually live inside the Xcode.app executable. If you ctrl-click / right-click on the app and select Show Package Contents then you'll see the file structure inside.
Look in Contents > Developer > usr and you'll see the command line utilities. What I'm not certain about is how links to such tools as git and svn might be changed as part of the install process. But this should certainly get you going for now.
As a result simply deleting either the whole Xcode app or selected items ion the bundle will do what you want.
To ask the question behind the the question, is there anything specific you want to remove or change?