Winget Install broken
Describe the bug
The winget installation on a new system won't work for me, will always error out and if tried out won't work
To Reproduce
Steps to reproduce the behavior:
- Go to "Install"
- Click on "install anything"
- See error
Expected behavior
should install winget correctly
Screenshots
My Suggestion
I would install choco using:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
then using choco i would do a choco install winget, after successfull installation I would uninstall choco and cleanup the stuff it left behind
The chocolatey method is already included in install-winutilchoco.ps1 and should run automatically of the direct approach fails. The chocolatey way in the past also produced some errors for me.
Also unable to use winget installer
This issue was marked as stale because it has been inactive for 7 days
This issue was closed because it has been inactive for 7 days since it was marked as stale