Chocolatey – Error: Collection is read-only

Apr 27, 2016 General
[Reading Time: 2 minutes]

If you are a Windows Insider and received the latest Build 14331/14332 than you may have some troubles getting choco command running in a Powershell. If you try install a package – it doesn’t matter which – than you will get followin output:

image
(example of installing netscan)

What happend… a bug in Powershell. So, if you like to avoid this, than you have some options Smile

1) Go back to a stable previous Build

2) Wait, until everything gets fixed

3) do the following:

Open file “C:\ProgramData\Chocolatey\helpers\chocolateyScriptRunner.ps1”. Replace
[alias(“params”)][alias(“parameters”)][alias(“pkgParams”)]
in the header of that file by
[alias(“params”,”parameters”,”pkgParams”)]
as a quick fix. After that, you can try your install once again. It should now succeed.

Please see this post, where I got this fix from, for details: https://github.com/chocolatey/choco/issues/659

By Thomas

As Chief Technology Officer at Xpirit Germany. I am responsible for driving productivity for our customers by a full stack of dev and technology in modern times. But I not only care for technologies from Microsofts stack like Azure, AI, and IoT, but also for delivering quality and expertise with DevOps

One thought on “Chocolatey – Error: Collection is read-only”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.