Skip to content
kd
15 Feb 2022
Back to blog

Reinstall Xcode command line developer tools

1 min read (15 words)

Delete existing command line tools and install them again.

Terminal window
# uninstall command line tools
sudo rm -rf /Library/Developer/CommandLineTools
# install command line tools
xcode-select --install

Citation

@online{krishnamurthy2022reinstallxcodecommandlinedevelopertools,
  author = {Dheepak Krishnamurthy},
  title = {Reinstall Xcode command line developer tools},
  year = {2022},
  date = {2022-02-15},
  url = {https://kdheepak.com/blog/reinstall-xcode-command-line-developer-tools/},
  langid = {en},
}

For attribution, please cite this work as:

Dheepak Krishnamurthy, "Reinstall Xcode command line developer tools", February 15, 2022 https://kdheepak.com/blog/reinstall-xcode-command-line-developer-tools/


Using MermaidJS with Pandoc
Loading a Rust library as a Lua module in Neovim