2016-05-31 35 views
1

我每次運行choco upgrade all -y時都會收到以下錯誤消息。我如何確定哪個包依賴於vcredist2008? (我沒有安裝它自己)如何確定Chocolatey包的依賴關係?

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'. 

回答

2

基於該警告的內容,我會說,這是這個包,xnviewmp.install

如果你看看那個頁面,你會發現vcredist2008的版本9.0.21022.8有一個很難的要求,因此它的升級是不允許的。

+0

現在看起來如此明顯......感謝 – d3vid

+1

https://github.com/Vaquero84/chocolatey-packages/issues/3 – d3vid

相關問題