Featured image of post Windows Package Manager (winget) v0.2.10971 Preview

Windows Package Manager (winget) v0.2.10971 Preview

Microsoft heeft een nieuwe versie uitgebracht van zijn Windows Package Manager, ook wel bekend als winget. Het gaat hier om versie 0.2.10971 die nog als preview is uitgebracht. Met winget installeer je eenvoudig en snel software via de command-line. Het is een pakketbeheerder waarmee je software kan installeren, verwijderen, updaten, zoeken en meer. Ten minste, dat is het plan. Deze preview-versie kan standaard alleen nog maar software installeren. Andere commando’s zijn nog in preview en staan standaard uit. Recentelijk schreven we een howto over hoe je met winget aan de slag kunt gaan. In deze versie is gestart met ondersteuning voor groepsbeleid, is een extra command-line optie aanwezig om te kiezen om een pakket voor alleen de huidige gebruiker of voor het hele systeem te installeren en is werk gestart voor een REST API zodat derde partijen met hun softwarerepository's in winget kunnen integreren.

Downloaden

Download en installeer de Appxbundle voor Windows 10. Als je een Windows Insider-versie draait, kun je ook upgraden via de Microsoft Store.

Changelog

This release includes the initial implementations for group policy, user vs. machine scope, and search against a REST source.

Group Policy will be implemented via ADMX Ingestion. The .admx and .adml files will be provided in the next release of the Windows Package Manager preview.

Some packages support one or more installation scopes. Settings and a command line argument have been added to specify either "User" or "Machine" for manifests with the proper values and configuration. Additional details available in the PR #819 Settings and command line argument for specifying scope.

Third party repositories will be enabled via a REST API. This release includes the second round of implementation work which includes the ability to search for packages against a REST based source. A reference implementation will be provided in a different open-source repository in the coming months.

New Features

#154 Support for Group Policy Management
#149 User vs. System installation (non MSIX)
#118 Added Experimental support for Repository REST API