Microsoft Releases New Windows Package Manager
Written by Kay Ewbank   
Thursday, 21 May 2020

Microsoft has unexpectedly announced WinGet, a new package manager for Windows. The announcement was made at Build 2020, Microsoft's conference for developers that's being held virtually this year.

Like other package managers, Windows Package Manager provides an easier way to install software on your machine. Windows Package Manager is a command line tool, and to use it you enter the command to run the package manager (winget in this case) and the name of the software you want to install, and the package manager finds the most recent version and installs it.

microsoft

What's particularly useful for Windows users about the new tool is that it will install apps that aren't present in the Windows Store set of 'authorised' applications. Microsoft is setting up a list of popular third party applications that it will manage so that they will install correctly. For developers, a more important aspect is that it means that as a developer you can use the new tool to distribute your applications.

winget

The package manager is released as an open source preview, and developers can clone, build, run and test the code from its GitHub repository.  The utility can be used to install any app with a valid manifest, even local ones. The command line client has been pre-configured to point to the Microsoft community repository, meaning you can install any package with a manifest that has been published.

You can search for available packages and display information using the show command, and there are also commands to help with manifest creation and validation. Once the first third-party repository is published, you will be able to add that repository as a source as well.

 microsoft

 

More Information

WIndows Package Manager On GitHub

Related Articles

GitHub To Acquire npm

Package Manager Library Open Sourced

Yarn The New JavaScript Package Manager

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Apache NiFi Adds Python Processor Support
09/07/2024

Apache NiFi 2, a project for processing and distributing data, has been released with support for Python processors in the MiNiFi framework, and a completely rebuilt user interface.



Controlling 5,000 Autonomous Drones
21/07/2024

With the skies full of drones, how can drone collisions be avoided? Inspired by flocking models in nature, researchers in Hungary have come up with an algorithm to handle large volumes of autonom [ ... ]


More News

kotlin book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Wednesday, 06 October 2021 )