Questions tagged [winget]

15 questions
8
votes
2 answers

how to change install location of "winget"?

I want to change the install path of winget (the package manager for windows) to D:\Program Files\{insert folder name}. This is the command I was told to use on the documentation winget install --id {insert program id} --location "D:\Program…
Chaotic
  • 83
  • 1
  • 1
  • 3
3
votes
2 answers

How can I add configuration file to Nano obtained from WinGet on WIndows?

I have installed this version of Nano using: winget install GNU.nano Now, I'm trying to figure out where to put the config files for nano to read them. Below is the list of places where I've tried putting the…
SepSol
  • 51
  • 7
3
votes
1 answer

How to remove/uninstall corrupted winget package?

When I run winget list python I get that Python.Python.3 is installed by winget; however, running python says the executable is missing. winget uninstall --id Python.Python.3 runs the uninstaller but the uninstaller halts and does not complete. Is…
2
votes
3 answers

Does "winget" just trust whatever each program's installer has selected by default?

I recently learned about the amazing (in theory) command "winget", built into Windows 10. But something about it worries me: a lot of software has all kinds of user-hostile defaults selected in the installer, everything from "enable telemetry" to…
Capone
  • 21
  • 1
2
votes
1 answer

List of CDN URL's used for Winget

I am currently trying to roll Microsoft Store app (new) via Intune, but it looks like some of the CDN URLs are being blocked by our web filtering software (Forcepoint) I would like to know where winget pulls the installers from so that I can look at…
2
votes
1 answer

Preferences reports wrong version for some installed apps

For a few of my apps, the preferences/apps control panel shows an incorrect (outdated) version. winget reports the same thing. For example, I have installed OBS Studio 28.0.2, but winget thinks it's 25.0.8. Same thing with another software suite…
Tim Pietzcker
  • 2,670
  • 10
  • 43
  • 49
1
vote
0 answers

Remove package from winget package list without uninstalling

Synopsis: I used Winget to install an application that had an auto updater, such as Discord. The issue here is that if the Discord app upgrades itself,the Winget will be unable to detect the change in version. I'd like to remove the application…
1
vote
1 answer

How do you programmatically check if there are updates to your installed programs with winget?

I've spent a ridiculous amount of time trying to make use of winget. If I simply run winget upgrade, or winget upgrade for each program I care about, it not only checks if there is an update, but actually updates, which frequently means it…
Valantine
  • 11
  • 2
1
vote
0 answers

MSYS2 cannot be updated in winget

winget v1.4.10173 While performing winget upgrade --all I got the folowing result: Name Id Version Available Source ------------------------------------------------------------ MariaDB 10.5 (x64) MariaDB.Server 10.5.18.0…
pogurek
  • 43
  • 5
1
vote
1 answer

Why doesn't the winget package of python include python3.exe?

The community-accepted solution for including a shebang line for Python seems to be to use #!/usr/bin/env python3. However, when I install Python 3 using the winget package (i.e. winget install --id Python.Python.3.11), and then attempt to run a…
Casey Kuball
  • 456
  • 5
  • 18
0
votes
0 answers

Winget: works from limited user but not admin

Windows machine has one administrative account and one limited user account. Windows's package manager, winget, works as expected from the limited user account that, IIRC, installed the app. It does not work--returns an error that 'winget' is…
0
votes
0 answers

Winget renamed Microsoft.Teams into Microsoft.Edge

I was experimenting with winget, looking what Windows components I could easily remove with its help. I ran winget install --id Microsoft.Teams, and then uninstalled it with winget uninstall --id Microsoft.Teams. This seemingly removed the package,…
Andy
  • 241
  • 3
  • 9
0
votes
1 answer

Where does wingetcreate save new manifests to?

I created and submitted a new winget package manifest to Microsoft's winget-pkgs github repository using Microsoft's official CLI tool WinGetCreate by typing wingetcreate new and filling out the subsequent forms. On the pull request page I'm asked…
0
votes
1 answer

Is WinGetUI necessary for using WinGet?

I use Chocolatey for doing some installations. I've decided I'd also add WinGet to my machine. During the process of installing WinGet it also suggested I install WinGetUI. I thought that meant WinGetUI was necessary for the functioning of WinGet,…
Rod
  • 1,484
  • 8
  • 33
  • 48
0
votes
1 answer

How can I see and/or change the "geographic region" that is sent when using winget?

When I run winget upgrade winget on Windows, among the output it says "The source requires current machine's geographic region to be sent to function properly." (Emphasis by me.) I don't live in England, but I would like to see British English…
user
  • 1
  • 2