Skip to content

Get the repository information without winget #188872

Answered by vedantmgoyal9
Mannshoch asked this question in Q&A
Discussion options

You must be logged in to vote

@Mannshoch winget list is for listing the installed programs on a machine. I don't think you can use it as a source for determining app updates.

Also, there is winget show --versions <package-id> which outputs all versions of a package. You can then execute winget show <package-id> -v <version> to get more information like download url, publisher, description, homepage, etc... You can also use the WinGet PowerShell module to get output as PSObject and the pipe them to ConvertTo-Json to get output in JSON format.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@Mannshoch
Comment options

Comment options

You must be logged in to vote
4 replies
@Mannshoch
Comment options

@vedantmgoyal9
Comment options

Answer selected by Mannshoch
@Mannshoch
Comment options

@vedantmgoyal9
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants