How do I remove a package installed via Chocolatey?

房东的猫 提交于 2020-01-01 07:33:08

问题


I installed gittfs using

cinst gittfs

How do I now remove the gittfs package?


回答1:


Use

cuninst packagename

See Uninstall Command for details.




回答2:


UPDATE: as per @ferventcoder's comment, Chocolately has added support for uninstalling packages since this question was first asked and answered.

The syntax is chocolatey uninstall packageName or just cuninst packageName.

You can optionally uninstall a specific version:

cuninst packageName -version 1.0.1234

See Rob's link for the latest, including known limitations: https://chocolatey.org/docs/commands-uninstall



来源:https://stackoverflow.com/questions/10353793/how-do-i-remove-a-package-installed-via-chocolatey

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!