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


Pi Day - The Great Unanswered Questions
14/03/2024

It's Pi day again, again, again... Even after so many, I still have things to say about this most intriguing number. The most important things about Pi is that it is irrational and one of the few tran [ ... ]



CSS Test of Time Award 2023
18/02/2024

The ACM CCS Test-of-Time Award honors research with long-lasting influence, which have had significant impacts on systems security and privacy. The 2023 award in respect of a paper by Marten van Dijk  [ ... ]


More News

raspberry pi books

 

Comments




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

Last Updated ( Wednesday, 06 October 2021 )