Question

I installed gittfs using

cinst gittfs

How do I now remove the gittfs package?

Was it helpful?

Solution

Use

cuninst packagename

See Uninstall Command for details.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top