Open calendulish opened 2 years ago
I'll keep the feature ask, but I wanted to let you know you can winget list <package>
to see if it's installed as well.
I'll keep the feature ask, but I wanted to let you know you can
winget list <package>
to see if it's installed as well.
Thank you, it'll do for now.
I still think that information should be shown at search because all the other package managers that I've used has that so I never though about use winget list
for that.
Another reason is if I'm using an unknown system and want to manage a specific software version (lets say edge beta), I will need:
winget list <package>
to see what is already installedwinget search edge
to see what is available to installwinget install Microsoft.Edge.Beta
after make sure everything is as it should and knowing the right package nameObvious it's a well known package and 1 and 2 could be skipped, but what if it's a third party one with unknown package name and versions? If the feature are implemented it could be simplified to:
winget seach edge
winget install Microsoft.Edge.Beta
We are saving 1 step without any side effects
Description of the new feature / enhancement
when I run
winget search <package>
I would like to see if the match packages are already installed or notProposed technical implementation details
No response