Skip to content

Instantly share code, notes, and snippets.

@ircnelson
Forked from sandrovicente/remove-dotnet-cli-osx
Created December 13, 2016 01:38
Show Gist options
  • Save ircnelson/1468a245a2cc3b5495686b8bb7408d57 to your computer and use it in GitHub Desktop.
Save ircnelson/1468a245a2cc3b5495686b8bb7408d57 to your computer and use it in GitHub Desktop.
Steps to uninstall a DotNet CLI version on Mac OS X
# delete the dotnet folder under /usr/local/share/dotnet
1. cd /usr/local/share/dotnet && ls
2. sudo rm -rf dotnet
# delete the dotnet reference file at /etc/paths.d/dotnet
1. cd /etc/paths.d && ls
2. sudo rm dotnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment