How do I remove a package installed via Chocolatey?

前端 未结 2 758
孤街浪徒
孤街浪徒 2021-02-18 19:41

I installed gittfs using

cinst gittfs

How do I now remove the gittfs package?

相关标签:
2条回答
  • 2021-02-18 20:05

    Use

    cuninst packagename
    

    See Uninstall Command for details.

    0 讨论(0)
  • 2021-02-18 20:05

    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

    0 讨论(0)
提交回复
热议问题