winget-cli
winget-cli copied to clipboard
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).
### Description of the new feature / enhancement Would be nice if winget can support socks5 proxies, right now only http(s?) is supported in preview versions. ### Proposed technical implementation...
### Description of the new feature / enhancement Currently source types are all either `std::string` or `std::string_view` in the code. To me, it seems like this isn't a very good...
### Brief description of your issue winget install 'company portal' Winget install 'Power BI Desktop' winget install 'Windows Terminal' 2024-05-08 11:04:51.668 [REPO] Opening database for ReadWrite at 'C:\Users\User\AppData\Local\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\StoreEdgeFD\installed.db' 2024-05-08 11:04:51.669...
### Description of the new feature / enhancement When using `winget error` and the hex code, it would be nice if WinGet could automatically detect that the input is a...
### Brief description of your issue When setting the environment variables `TEMP`/`TMP` to a different hard drive such as `F:/Temp` all portable winget installs will result in the following error:...
It is possible that a package manifest does not supply a `InstallerLocale`. In such case, if `--locale` is supplied by user, currently required locale list will not ever match, as...
### Description of the new feature / enhancement Sometimes I want to get an inventory of the devices and I don't want to incur the cost of the network traffic...
### Description of the new feature / enhancement Individual package downloads can consume significant bandwidth, especially in corporate environments with many users installing at a scheduled time. Is there a...
### Brief description of your issue Hi, I am currently have winget installed on my machine and it does not update, when a full package update (aka winget update --all)...
### Brief description of your issue While installing `zig` compiler `Extracting archive` step takes a lot of time. Reported in #3306 as well. ### Steps to reproduce 1. Run `winget...