首页 > 代码库 > 在OSX下卸载Xamarin

在OSX下卸载Xamarin

To uninstall Xamarin Studio, you‘ll want to run the following commands from a Terminal:

sudo rm -rf /Applications/Xamarin Studio.apprm -rf ~/Library/Caches/XamarinStudio-5.0rm -rf ~/Library/Logs/XamarinStudio-5.0rm -rf ~/Library/Preferences/XamarinStudio-5.0rm -rf ~/Library/XamarinStudio-5.0

To uninstall Xamarin.Android, run the following commands in a Terminal:

sudo rm -rf /Developer/MonoDroidsudo rm -rf /Library/Frameworks/Xamarin.Android.frameworkrm -rf ~/Library/MonoAndroidsudo pkgutil --forget com.xamarin.android.pkg

To uninstall Xamarin.iOS, run the following commands in a Terminal:

sudo launchctl unload /Library/LaunchAgents/com.xamarin.mtvs.buildserver.plistsudo rm -f /Library/LaunchAgents/com.xamarin.mtvs.buildserver.plistsudo rm -rf /Developer/MonoTouchrm -rf ~/Library/MonoTouchsudo pkgutil --forget com.xamarin.monotouch.pkgsudo pkgutil --forget com.xamarin.xamarin-ios-build-host.pkg

To uninstall Xamarin.Mac, run the following commands from a Terminal:

[TODO: fill this section in]

To uninstall the Mono MDK, run the following commands from the Terminal:

sudo rm -rf /Library/Frameworks/Mono.frameworksudo pkgutil --forget com.xamarin.mono-MDK.pkg

在OSX下卸载Xamarin