How do I remove a package installed via Chocolatey?

chocolatey, git-tfs

Solution

Use

cuninst packagename

See Uninstall Command for details.

Problem

I installed gittfs using `cinst gittfs` How do I now remove the gittfs package?

Original source

Related problems