From 0597344af4cd8df66b2213199a1a28b0c46f4e87 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 7 Aug 2014 11:56:09 -0700 Subject: [PATCH] website/docs: clearer about uninstall for mac [GH-4043] --- website/docs/source/v2/installation/uninstallation.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/source/v2/installation/uninstallation.html.md b/website/docs/source/v2/installation/uninstallation.html.md index 4269c4885..b44fdb73c 100644 --- a/website/docs/source/v2/installation/uninstallation.html.md +++ b/website/docs/source/v2/installation/uninstallation.html.md @@ -20,7 +20,9 @@ On **Windows**, uninstall using the add/remove programs section of the control panel. On **Mac OS X**, remove the `/Applications/Vagrant` directory and -the `/usr/bin/vagrant` file. +the `/usr/bin/vagrant` file. Also execute +`sudo pkgutil --forget com.vagrant.vagrant` to have OS X +forget that Vagrant was ever installed. On **Linux**, remove the `/opt/vagrant` directory and the `/usr/bin/vagrant` file.