projectkudu/ARMClient

Choco install error

Closed this issue · 3 comments

I'm not able to install this package through Chocolatey, I have the most recent version of choco and I'm using cmd.exe as an admin. but im getting this output:

C:\WINDOWS\system32>choco install armclient
Chocolatey v0.10.11
Installing the following packages:
armclient
By installing you accept licenses for the packages.
armclient not installed. The package was not found with the source(s) listed.
 Source(s): 'https://msazure.pkgs.visualstudio.com/_packaging/Bootstrap/nuget/v2/'
 NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify '--pre',
 the package may not be found.
Please see https://chocolatey.org/docs/troubleshooting for more
 assistance.

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

Failures
 - armclient - armclient not installed. The package was not found with the source(s) listed.
 Source(s): 'https://msazure.pkgs.visualstudio.com/_packaging/Bootstrap/nuget/v2/'
 NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify '--pre',
 the package may not be found.
Please see https://chocolatey.org/docs/troubleshooting for more
 assistance. 

Seems to work for me:

C:\Windows\System32>choco install armclient
Chocolatey v0.10.8
Installing the following packages:
armclient
By installing you accept licenses for the packages.
Progress: Downloading ARMClient 1.2.0... 100%

ARMClient v1.2.0 [Approved]
armclient package files install completed. Performing other installation steps.
 ShimGen has successfully created a shim for AADClient.exe
 ShimGen has successfully created a shim for ARMClient.exe
 ShimGen has successfully created a shim for ARMClient.Library.Runner.exe
 ShimGen has successfully created a shim for ArmGuiClient.exe
 The install of armclient was successful.
  Software install location not explicitly set, could be in package or
  default install location if installer.

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

Though I see your chocolatey is slightly newer than mine. Can you install anything at all?

I upgraded Choco to v0.10.11 and it still works for me. So.... not sure!

Oh it looks like the source for https://chocolatey.org/api/v2/ was disabled on my machine from a previous configuration. I was able to get it to work with choco install armclient -s https://chocolatey.org/api/v2/.

Thank you for the quick response.