-
Notifications
You must be signed in to change notification settings - Fork 168
Document how to uninstall chefdk #17
Comments
There will be an uninstall script in a future release. For now, you want to loop over the executables in |
@rberger On Mac OSX ChefDK can now be installed with homebrew cask. You can uninstall it with |
I made uninstall script for Mac OS. |
I recommend you also clear out the chefdk's ruby in your user directory. |
Should I also care about my ~/.gem directory when uninstalling chef-dk? |
@ricardolupo If you're using ChefDK's ruby as your local system ruby environment, it shouldn't touch ~/.gem. However I'd be wary about removing |
I remove the ~/.chefdk for those times I've managed to, yet again, totally hose my gems. |
Thanks @otukutun, your script uninstalled fine for me when run under sudo (or root). |
It would also be helpful if there was documentation (or better yet an uninstaller app) on how to uninstall ChefDK. I know you can generally just rm -rf /opt/chefdk but there are those pesky symlinks in /usr/bin. Are there any other changes that need to be removed?
It would help remove the unease of installing something that might break existing setups if we knew that we could uninstall it so that the install/uninstall would not break any other styles of installation.
The text was updated successfully, but these errors were encountered: