如何卸载Chocolatey包及其所有依赖项?

前端之家收集整理的这篇文章主要介绍了如何卸载Chocolatey包及其所有依赖项?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
阅读文档,似乎我应该能够使用-x标志安装包及其依赖项.但是当我尝试使用命令choco uninstall javaruntime -x卸载 javaruntime软件包时,由于依赖性而失败.

它给了我这个错误

>  choco uninstall javaruntime -x
Chocolatey v0.10.1
Uninstalling the following packages:
javaruntime
javaruntime not uninstalled. An error occurred during uninstall:
 Unable to uninstall 'javaruntime 8.0.101' because 'groovy 2.3.6' depends on it.

Chocolatey uninstalled 0/1 packages. 1 packages Failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - javaruntime (exited 1) - javaruntime not uninstalled. An error occurred during uninstall:
 Unable to uninstall 'javaruntime 8.0.101' because 'groovy 2.3.6' depends on it.

难道我做错了什么?

解决方法

试试这个:

choco uninstall webdeploy -x

webdeploy可以更改为要卸载的目标包.

Enter image description here

猜你在找的设计模式相关文章