0

I have installed a chef cookbook with knife cookbook site install. But I don't want/need that one. Is it possible to uninstall a cookbook like this? To clean up my cookbooks directory?

Amandasaurus
  • 31,471
  • 65
  • 192
  • 253

2 Answers2

1

To remove, use @TejayCardon answer above ^^

rm <cookbook_directory>/<cookbook name>

To remove Git branch, do

git branch -d CHEF-vendor-XXX
display name
  • 126
  • 3
0

Yep.

rm <cookbook_directory>/<cookbook name>

That's all there is to it.

Tejay Cardon
  • 379
  • 1
  • 4