-
Notifications
You must be signed in to change notification settings - Fork 170
Any Documentation/script to remove chefdk from linux system? #2847
Comments
From https://chef.readthedocs.io/en/latest/install_workstation.html UninstallThe Chef development kit can be uninstalled using the steps below that are appropriate for the platform on which the Chef development kit is installed. Debian $ dpkg -P chefdk To remove installed files: $ sudo rm -rf /opt/chefdk $ sudo pkgutil --forget com.getchef.pkg.chefdk $ sudo find /usr/bin -lname '/opt/chefdk/*' -delete $ rpm -qa *chefdk* $ yum remove |
Closing this issue by linking to exiting issue which is similar one. |
Reopening this issue as Issue #17 is closed and dont have enough input. |
I Tried following command, sudo yum remove -y chefdk-3.9.0-1.el7.x86_64 which has removed the chefdk completely. |
Is there any documentation to uninstall chefdk from linux system. I got a link to uninstall complete chef (https://docs.chef.io/uninstall/) but there is no mention about chefdk.
Is there any ready made script/ documentation to remove/unistall chefdk?
The text was updated successfully, but these errors were encountered: