I installed gittfs using
cinst gittfs
How do I now remove the gittfs package?
Folder. Most of Chocolatey is contained in C:\ProgramData\chocolatey or whatever $env:ChocolateyInstall evaluates to. You can simply delete that folder.
Most package contents will be installed to the chocolatey directory, which you can find at C:\ProgramData\chocolatey\lib .
Use
cuninst packagename
See Uninstall Command for details.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With