Celeb Glow
general | March 11, 2026

How do I uninstall a Chocolatey package that won't go away?

C:\Users\Chloe>choco uninstall cyg-get
Chocolatey v0.10.8
Uninstalling the following packages:
cyg-get
cyg-get v1.1.0 Skipping auto uninstaller - No registry snapshot.
Chocolatey uninstalled 1/1 packages. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
C:\Users\Chloe>choco list --local-only cyg-get
Chocolatey v0.10.8
cyg-get 1.1.0
cygwin 1.7.23.20130814
2 packages installed.
1

2 Answers

I used --force and it went away.

choco uninstall cyg-get --force
3

For me the package was broken, an error when running choco uninstall --force so I uninstalled the old fashioned way and then ran choco uninstall so it removes the reference and doesn't try to upgrade it on the next run

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy