Created
June 26, 2020 13:51
-
-
Save breiter/ac7a1c6417acbc1f82f308f5d2b9cee6 to your computer and use it in GitHub Desktop.
Clean uninstall mono.framework installed by the .pkg installer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.microsoft.com/en-us/visualstudio/mac/uninstall