如何确定 Chocolatey 包的依赖性?
How can I determine the dependency of a Chocolatey package?
我每次 运行 choco upgrade all -y
都会收到以下错误。如何确定哪个包依赖于 vcredist2008
? (不是我自己安装的)
You have vcredist2008 v9.0.21022.8 installed. Version 9.0.30729.6161 is availabl
e based on your source(s).
vcredist2008 not upgraded. An error occurred during installation:
Updating 'vcredist2008 9.0.21022.8' to 'vcredist2008 9.0.30729.6161' failed. Un
able to find a version of 'xnviewmp.install' that is compatible with 'vcredist20
08 9.0.30729.6161'.
The upgrade of vcredist2008 was NOT successful.
vcredist2008 not upgraded. An error occurred during installation:
Updating 'vcredist2008 9.0.21022.8' to 'vcredist2008 9.0.30729.6161' failed. Un
able to find a version of 'xnviewmp.install' that is compatible with 'vcredist20
08 9.0.30729.6161'.
根据警告的内容,我要说的是这个包,xnviewmp.install。
如果你查看该页面,你会发现 vcredist2008 的 9.0.21022.8 版本有硬性要求,因此不允许升级。
我每次 运行 choco upgrade all -y
都会收到以下错误。如何确定哪个包依赖于 vcredist2008
? (不是我自己安装的)
You have vcredist2008 v9.0.21022.8 installed. Version 9.0.30729.6161 is availabl
e based on your source(s).
vcredist2008 not upgraded. An error occurred during installation:
Updating 'vcredist2008 9.0.21022.8' to 'vcredist2008 9.0.30729.6161' failed. Un
able to find a version of 'xnviewmp.install' that is compatible with 'vcredist20
08 9.0.30729.6161'.
The upgrade of vcredist2008 was NOT successful.
vcredist2008 not upgraded. An error occurred during installation:
Updating 'vcredist2008 9.0.21022.8' to 'vcredist2008 9.0.30729.6161' failed. Un
able to find a version of 'xnviewmp.install' that is compatible with 'vcredist20
08 9.0.30729.6161'.
根据警告的内容,我要说的是这个包,xnviewmp.install。
如果你查看该页面,你会发现 vcredist2008 的 9.0.21022.8 版本有硬性要求,因此不允许升级。