microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
23.37k stars 1.45k forks source link

winget client is not discoverable in the Microsoft Store #4927

Closed Stephanevg closed 1 week ago

Stephanevg commented 4 weeks ago

Brief description of your issue

I opened a bug earlier which I think got closed a little bit to quickly, as only 2 points out of the 3 have been fixed (Thank you for the fast fix! ๐Ÿ‘๐Ÿป ๐Ÿ‘๐Ÿป !!)

If you try to search for 'winget' or even 'app installer' in the Microsoft store, you get only 'weird' results back. It is impossible to find winget in the microsoft sotre EXCEPT if you use the link you guys provided.

I also tried to searched for App installer or Windows package manager. didnt work. (It is also a bit confusing that there is absolutley no mention of winget in the details of 'App Installer'.

In other words, winget is not discovorable on the microsoft store - which according to your documentation, is the recommended way of installing it.

Steps to reproduce

open the microsoft store, and search for 'winget'

Expected behavior

We should have the winget client FIRST, then other results that are of the same 'nature'.

Actual behavior

a lot of different results get returned back. But NONE of them is the actually winget client.

Environment

windows 11

denelon commented 4 weeks ago

WinGet is included in the "App Installer" which is a system component. System components aren't "searchable" in the Microsoft Store:

Image

Getting the latest version should happen automatically with the Microsoft Store (as long as it's not disabled).

You can manually trigger the update in the Microsoft Store with "Get updates".

We do need to update the documentation.