Skip to content

Commit 124c4c3

Browse files
committed
updating broken link and adding additional info to remove.
1 parent 3733dad commit 124c4c3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mac/uninstall.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you have previously had Xamarin Studio installed on your machine, you may als
2020

2121
## Uninstall Script
2222

23-
You can uninstall Visual Studio and its associated components in one go by using the uninstall script, which is located [here](https://raw.githubusercontent.com/MicrosoftDocs/visualstudio-docs/tree/master/mac/resources/uninstall-vsmac.sh).
23+
You can uninstall Visual Studio and its associated components in one go by using the uninstall script, which is located [here](https://raw.githubusercontent.com/MicrosoftDocs/visualstudio-docs/master/mac/resources/uninstall-vsmac.sh).
2424

2525
This uninstall script contains most of the commands that you will find in the article. There are two main omissions from the script and are not included due to possible external dependencies:
2626

@@ -61,6 +61,7 @@ rm -rf "~/Library/Preferences/Visual Studio"
6161
rm -rf ~/Library/Logs/VisualStudio
6262
rm -rf ~/Library/VisualStudio
6363
rm -rf ~/Library/Preferences/Xamarin/
64+
rm -rf ~/Library/Developer/Xamarin
6465
```
6566

6667
## Uninstall Mono SDK (MDK)
@@ -161,6 +162,12 @@ For older versions, you will need to manually remove the following:
161162
* Delete the add-ins: `"~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Interactive"` and `"~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Inspector"`
162163
* Delete Inspector and supporting files here: `/Library/Frameworks/Xamarin.Interactive.framework` and `/Library/Frameworks/Xamarin.Inspector.framework`
163164
165+
# Uninstall the Xamarin Profiler
166+
167+
```bash
168+
sudo rm -rf "/Applications/Xamarin Profiler.app"
169+
```
170+
164171
## Uninstall the Visual Studio Installer
165172
166173
Use the following commands to remove all traces of the Xamarin Universal Installer:

0 commit comments

Comments
 (0)