User Tools

Site Tools


computing:windows_pkg_mgmt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
computing:windows_pkg_mgmt [2015/09/10 12:46]
gcooper created
computing:windows_pkg_mgmt [2015/09/11 12:11] (current)
gcooper
Line 1: Line 1:
-====== Windows Package Management (OneGet) ======+====== Windows PackageManagement (OneGet) ======
  
 http://www.howtogeek.com/224111/how-to-use-packagemanagement-aka-oneget-on-windows-10/ http://www.howtogeek.com/224111/how-to-use-packagemanagement-aka-oneget-on-windows-10/
  
 http://blogs.technet.com/b/packagemanagement/archive/2015/05/05/10-things-about-oneget-that-are-completely-different-than-you-think.aspx http://blogs.technet.com/b/packagemanagement/archive/2015/05/05/10-things-about-oneget-that-are-completely-different-than-you-think.aspx
 +
 +**Introduction**: http://blogs.technet.com/b/packagemanagement/archive/2015/04/29/introducing-packagemanagement-in-windows-10.aspx
 +
 +**From the Introduction**: PackageManagement is essentially a **Package Management Aggregator**.  It creates a unified and consistent PowerShell interface for users and provides a plug-in model at the back end that different installer technologies or package managers can plug-in as providers, using PackageManagement APIs.  Each provider further manages one or multiple package sources (repositories) where software packages are stored.
 +
 +  * **Providers** = Package Managers
 +    * Like MSI
 +  * **Package Sources** = Repositories
 +
 +{{ :computing:packagemanagement-architecture.png?600 |PackageManagement Architecture}}
 +
 +===== Windows 10 =====
 +
 +In PowerShell, install the module:
 +
 +<file>
 +Get-Command -Module PackageManagement
 +
 +Get-PackageProvider
 +
 +Get-PackageSource
 +</file>
 +
 +Use these commands to register or unregister 
 +
 +<file>
 +Register-PackageSource
 +</file>
 +
computing/windows_pkg_mgmt.1441910803.txt.gz · Last modified: 2015/09/10 12:46 by gcooper