Description of the new feature / enhancement
After installing a package using winget install <PACKAGE>, running winget show <PACKAGE> should also show the absolute path of the installed executable.
Proposed technical implementation details
winget show <PACKAGE> outputs several fields (like Version, Description, etc.) describing the package.
Another field Installed Path should also be added, that shows the absolute path of the installed executable.
Description of the new feature / enhancement
After installing a package using
winget install <PACKAGE>, runningwinget show <PACKAGE>should also show the absolute path of the installed executable.Proposed technical implementation details
winget show <PACKAGE>outputs several fields (likeVersion,Description, etc.) describing the package.Another field
Installed Pathshould also be added, that shows the absolute path of the installed executable.