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
22.75k stars 1.41k forks source link

Winget isn't working with APPX type packages #4086

Open BenHut1 opened 6 months ago

BenHut1 commented 6 months ago

Brief description of your issue

Winget isn't working to download APPX packages. For example, the game Flappy Bird can be found in the official MS store website at https://www.microsoft.com/en-us/p/flappy-bird/9wzdncrfjccc but Winget can't find it being present on the MS store when I use the powershell command "winget search 'flappy bird' ". I know it should find it, but it doesn't.

Steps to reproduce

Go to powershell and type in the command "winget search 'flappy bird' "

Expected behavior

It should display the metadata for this app, including the FullPackageName (which is required for the next step of downloading and installing the software via another powershell command).

Actual behavior

It's displaying the error message "No package found matching input criteria.".

Environment

Windows Package Manager v1.6.3482
Windows: Windows.Desktop v10.0.22621.3007
Package: Microsoft.DesktopAppInstaller v1.21.3482.0
denelon commented 6 months ago

The "msstore" source has their own set of policies in terms of packages they offer via WinGet.

BenHut1 commented 6 months ago

So then how do I determine if a given package should be abldt to br downloaded via winget? I've never seen message indicating a lack of authorization. Winget just says it can't find the package.

On Fri, Jan 19, 2024, 8:53 AM Demitrius Nelon @.***> wrote:

The "msstore" source has their own set of policies in terms of packages they offer via WinGet.

— Reply to this email directly, view it on GitHub https://github.com/microsoft/winget-cli/issues/4086#issuecomment-1900758981, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYGITUSLKJ6FCWHBXSHQ2HLYPKQH3AVCNFSM6AAAAABCCBGQT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBQG42TQOJYGE . You are receiving this because you authored the thread.Message ID: @.***>