AnyPackage Module
Description
Contains commands that interact with package management systems.
Commands
Find-Package
Finds available packages in package sources.
Get-Package
Returns installed packages.
Get-PackageProvider
Returns information about imported package providers.
Get-PackageSource
Returns registered package source information.
Install-Package
Installs packages from package sources.
Publish-Package
Publishes packages to package sources.
Register-PackageSource
Adds a package source for a package provider.
Save-Package
Saves packages to the file system without installing them.
Set-PackageSource
Sets configuration for a package source.
Uninstall-Package
Uninstalls an installed package.
Unregister-PackageSource
Removes a registered a package source.
Update-Package
Updates an installed package.
About Topics
about_Creating_Package_Providers
Describes how to create a package provider.
about_Package_Providers
Describes what package providers are and how to use them.
about_AnyPackage
Describes AnyPackage
module and capabilities.