Skip to content

Instantly share code, notes, and snippets.

@breiter
Created June 26, 2020 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save breiter/ac7a1c6417acbc1f82f308f5d2b9cee6 to your computer and use it in GitHub Desktop.
Save breiter/ac7a1c6417acbc1f82f308f5d2b9cee6 to your computer and use it in GitHub Desktop.
Clean uninstall mono.framework installed by the .pkg installer
#!/bin/sh
sudo rm -rf /Library/Frameworks/Mono.framework
sudo pkgutil --forget com.xamarin.mono-MDK.pkg
sudo rm -rf /etc/paths.d/mono-commands
@breiter
Copy link
Author

breiter commented Jun 26, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment