GWSMO package not installing #156
-
It seems as though the GWSMO package is broken with Chocolatey and keeps failing to install. Does anyone know why it is broken or if it will be getting fixed at all as I need to deploy it a number of new machines in my environment so I can keep it monitored and auto updated. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Taking a quick peek at the package, it seems like the package is outdated, so the checksum is incorrect. If a package is outdated, the first step is to contact the package maintainer, as per the package triage process: As a workaround, you may be able to use |
Beta Was this translation helpful? Give feedback.
Taking a quick peek at the package, it seems like the package is outdated, so the checksum is incorrect.
If a package is outdated, the first step is to contact the package maintainer, as per the package triage process:
https://docs.chocolatey.org/en-us/community-repository/users/package-triage-process#the-triage-process
As a workaround, you may be able to use
--checksum
and--checksum64
, or alternatively--ignore-checksums
, while going through the triage process.