-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(wget) uninstalls with false error but finishes correctly #1094
Comments
It looks like upstream bug, the package doesn't have uninstaller. Also, everything looks OK. Here is the last part of verbose debug:
/cc @gep13 |
To my knowledge, ALL packages that have an uppercase letters in them "fail" uninstall. i.e. The problem is during the creation of the \lib\Wget folder.
|
Didn't know about this. If this is the case, even more upstream issue of even bigger importance.
Issue is for choco.exe. I don't think we can do anything here except renaming package but there is some reason I forgot why we don't that. /cc @AdmiringWorm |
Only packages that originally had an uppercase, and have since been pushed with a lowercase would
Indeed it is, and an issue for it already exist: chocolatey/choco#1040
No need to rename, we just need to return the original casing of the id through |
https://chocolatey.org/packages/Wget
It DOES uninstall though.
I've looked through the package files and they appear to be fine. I BELIEVE this problem actually lies in the chocolatey.org database with the name and needs to be changed from "Wget" to "wget" to be resolved. Seems more aprapos to open issue here instead of at chocolatey.org.
Expected Behavior
Not to see...
... after " wget has been successfully uninstalled."
Current Behavior
s/a
Possible Solution
s/a
Steps to Reproduce (for bugs)
Install and then uninstall the wget package.
Context
Your Environment
The text was updated successfully, but these errors were encountered: