Questions tagged [winget]

Winget is a package manager for Windows made by Microsoft. Do not use this tag for questions about the autohotkey function WinGet().

The sources of winget can be found on GitHub.

Packages can be added to the main repository by creating a pull request to the package repository.

51 questions
1
vote
1 answer

Winget The manifest version is higher than supported

Just install the windows package manager and start to install software. I receive this error every time I try to install any software. An unexpected error occurred while executing the command: Unsupported ManifestVersion: 1.0.0 0x8a150007 : Cannot…
Nidhal Nouma
  • 43
  • 2
  • 7
0
votes
2 answers

Can the new winget preview to install or update PSModules (non-Microsoft PS-Modules like from gallery)?

In the near future I'm going to pitch to my team to use winget to manage "dotnet-SDK" versions, python versions, powershell, VSCode, and a bunch of open source tools (some running in WSL2). As part of that can I consolidate winget and powershell…
yzorg
  • 4,224
  • 3
  • 39
  • 57
0
votes
1 answer

Regex - display / match strings containing one or more ++ at the end of string

I have a text file which includes different packages (name, id, current version, new version, source) extracted from winget (winget upgrade) (I removed the first two lines and the last line) Content of the text file: Brave …
Frxhb
  • 41
  • 6
0
votes
1 answer

How to use winget uninstall to uninstall multiple packages?

I'm learning about the powershell use. I really like the winget list command and how easy winget is to uninstall thing from my computer! But I really can't find in the documentation a way to uninstall multiple packages at the same time! My solution…
0
votes
0 answers

Unable to select only name using winget in powershell

I'm attempting to search using winget and return only the Name property. I've been unable to return it successfully. This works and lists everything but I want to filter this to show just the name property winget search "adobe" I've next tried…
cibb
  • 1
  • 1
0
votes
0 answers

can't install winget tool via ms store and cmd prmt

It shows failed whenever i am trying to update winget tool for completing the installation process. I have installed it from microsoft store and also tried it on cmd prmt but nothing works.
0
votes
1 answer

Why can I not use winget after installing Microsoft Desktop App Installer?

I installed Microsoft Desktop App Installer When I type Get-AppxPackage –AllUsers into Powershell i can see I have: Version: @{Version=1.19.10173.0} However, when I type winget into Powershell I get “the term is not recognized as the name of a…
Richard210363
  • 8,342
  • 6
  • 37
  • 63
0
votes
1 answer

Find with winget.exe all packages and save the package ID and package Name with powershell

I would like to use winget to search for all packages and store them in a text file or a variable. Later on I would like to sort them in a list with "Name" and "ID". Unfortunately it seems like you cannot search just for winget package Names and IDs…
Frxhb
  • 41
  • 6
0
votes
1 answer

How to install multiple packages with winget?

How to install multiple packages with winget ? Is this the only way ? https://github.com/microsoft/winget-cli/issues/219 I mean is there any ability out of the box ?
emoxam
  • 101
  • 1
0
votes
0 answers

Use `winget upgrade PACKAGE_NAME` within NodeJS `child_process.spawn()`

When running the command winget upgrade PACKAGE_NAME within NodeJS child_process.spawn(), the progress bar goes to stdout after the download is complete, not while it's downloading. How would I make it so I can detect every time progress has been…
K.K Designs
  • 688
  • 1
  • 6
  • 22
0
votes
1 answer

How to install the Microsoft.NET.Sdk on Windows Server 2019 Core?

I want to build my project in a docker desktop windows container. The OS is Windows Server 2019 Core (no interface, just a console). If I want to build my solution with MSBuild like that: msbuild MySolution.sln I get this error…
Florian
  • 1,019
  • 6
  • 22
0
votes
0 answers

How do I upload a Package to my local WinGet Rest Source Repository

I'm currently trying to setup a local/private WinGet Repository. I used this and this tutorial and this source code from Microsoft. So far I accomplished to connect to the Repository but I can't upload any Packages to it. I added the Repository with…
0
votes
1 answer

How to see what process is triggered with a PowerShell cmdlet

currently, I am trying to get some silent install commands out of the winget cmdlet in order to deploy win32apps via intune. Most of the time I just run the powershell window without admin & when I use the below command (with adobe for example) it…
raphi_1303
  • 11
  • 3
0
votes
1 answer

What is the default superuser password for a PostgreSQL database created using winget?

When using the windows installer found on postgresql.org, the installer has a step asking you to provide a superuser password for the default postgres user. When using the winget package manager for windows, this step is completely skipped. Is…
Gav Hern
  • 76
  • 1
  • 7
0
votes
2 answers

Winget sql logic error 0x87af0001 sql error or missing database when trying to update or list packages

So, I have to update the windows package oh-my-posh, and I try to use the indicated command winget upgrade oh-my-posh. But the result is this: sql logic error 0x87af0001 : sql error or missing database I also get this when I try to list All the…
Francesco
  • 3
  • 1