How do I remove a package installed via Chocolatey?

前端 未结 2 864
孤街浪徒
孤街浪徒 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

    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

提交回复
热议问题