-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Display the path to an installed package #2298
Copy link
Copy link
Labels
ExperimentalThis experimental feature can be enabled in settingsThis experimental feature can be enabled in settingsIn-PRIssue related to a PRIssue related to a PRIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.
Milestone
Metadata
Metadata
Assignees
Labels
ExperimentalThis experimental feature can be enabled in settingsThis experimental feature can be enabled in settingsIn-PRIssue related to a PRIssue related to a PRIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.
Type
Projects
Status
Done
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.