问题
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