公告
财富商城
积分规则
提问
发文
2019-04-03 10:18发布
趁早两清
I installed gittfs using
cinst gittfs
How do I now remove the gittfs package?
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.
chocolatey uninstall packageName
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
Use
cuninst packagename
See Uninstall Command for details.
最多设置5个标签!
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 justcuninst packageName
.You can optionally uninstall a specific version:
See Rob's link for the latest, including known limitations: https://chocolatey.org/docs/commands-uninstall
Use
See Uninstall Command for details.