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).
- Make install flow detect installed packages and convert to upgrade flow accordingly - Install flow will now always select for latest applicable version - Add dedicated "ignore-security-hash" argument for...
### Brief description of your issue Winget installs old versions of some packages. It also fails to show the new versions when running `winget upgrade`. For example, Signal 5.9.0 has...
Resolves #140 This PR adds functionality for supporting the installation of portable(s) from a zip archive. Changes: - PortableEntry has been removed and replaced with PortableInstaller, which encapsulates the state...
- Refactored some rest interface to use version based serializer deseializer(similar to previous ManifetsJSONParser) - Added support for rest v1.4 fields(including yaml manifest v1.2 and v1.4, sqliteindex v1.5 and v1.6...
- [x] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [x] Are you working against an Issue? ----- Resolves #1725. This PR updates Valijson to version 0.7, which includes validation...
### Brief description of your issue Using winget via ssh (Open SSH), I cannot uninstall most of the builtin apps. For instance, running 'winget uninstall "Phone Link"' will fail via...
### Brief description of your issue The 1.2.0 schemas list Zip as an allowable installer type, despite not having `NestedInstallerType` or `NestedInstallerFiles` ### Steps to reproduce https://github.com/microsoft/winget-cli/blob/e583f91512638da6edb815ab2fe1f4cc845b0ed1/schemas/JSON/manifests/v1.2.0/manifest.installer.1.2.0.json#L55-L71 https://github.com/microsoft/winget-cli/blob/e583f91512638da6edb815ab2fe1f4cc845b0ed1/schemas/JSON/manifests/v1.2.0/manifest.singleton.1.2.0.json#L97-L113 ### Expected...
### Description of the new feature / enhancement I think Winget need add more features like... If become the best Package manager over the world?  **** The current...
* Non-Portable Installer Type doesn't warn when `PortableCommandAlias` is included for a NestedInstallerFile > Note: The below items are likely not implemented yet, as Portable support hasn't been implemented for...
I have been trying to install Microsoft Authenticator via winget and I am unable to do so. #1: I first attempted to install via the name, and this is the...