winget-cli icon indicating copy to clipboard operation
winget-cli copied to clipboard

Winget should provide a switch/option to report packages that don't install

Open tfennel opened this issue 4 years ago • 3 comments

Description of the new feature/enhancement

When installing applications from Winget, if an application doesn't install correctly for some reason (hash mismatch, installer is uncooperative, etc - anything that keeps the app from getting installed) there should be an easy way to report the app right from the command line.

Reporting the issue with the application should automatically open an issue or whatever the correct artifact is for the core team to track and resolve the issue with the installer.

Proposed technical implementation details (optional)

Add a new [command] and [options] for example:

  • [command] : report [name | moniker]
  • [options] : -t, --text | Text to include in the report -o, --log | Include logs or error output from last install attempt

tfennel avatar May 03 '21 16:05 tfennel

Possible duplicate of #870?

jedieaston avatar May 04 '21 15:05 jedieaston

I came across #1380 while looking for an option to deprecate manifests and got re-directed here. Wanted to +1 and say it would be awesome to have a way to mark manifests as deprecated and provide a "reason" (aka redirect to a new manifest or a different mode of install) similar to the functionality offered by NuGet.

ldennington avatar Nov 04 '21 14:11 ldennington

In most Linux distros, there is a way to flag a package outdated so the maintainer gets notified. I also believe Chocolatey has this feature. Is it possible to add this in WinGet?

i2 avatar Oct 27 '22 03:10 i2