I installed Xcode command line tool by issuing xcode-select --install
; now I want to uninstall it (without uninstalling Xcode).
I've tried
sudo /Developer/Library/uninstall-devtools --mode=all
but then I get the error
sudo: /Developer/Library/uninstall-devtools: command not found
Xcode includes all your command-line tools. If it is installed on your system, remove it to uninstall your tools. If your tools were downloaded separately from Xcode, then they are located at /Library/Developer/CommandLineTools on your system. Delete the CommandLineTools folder to uninstall them.
It's a smaller package for software developers with tools that run on the command line, that is, in the Terminal application. Programmers have used these tools on Unix operating systems since computing's beginnings, and they serve as the foundation of almost all software development.
You can install and update each package using Android Studio's SDK Manager or the sdkmanager command line tool. All of the packages are downloaded into your Android SDK directory, which you can locate as follows: In Android Studio, click File > Project Structure. Select SDK Location in the left pane.
If you installed the command line tools separately, delete them using:
sudo rm -rf /Library/Developer/CommandLineTools
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With