PackageManagement

本主题显示包管理 Cmdlet 的帮助主题。 此站点上的 cmdlet 参考文档记录了模块的最新版本。

本文档介绍 PackageManagement 模块的版本 1.4.8.1。

重要

Windows PowerShell 5.1 预安装了 PackageManagement 版本 1.0.0.1。 此版本的 PowerShellGet 功能有限,不支持 PowerShell 库的更新功能。 若要获得支持,必须更新到最新版本。

重要

PackageManagement 模块中包含的命令不同于 Visual Studio 的包管理器控制台中 NuGet 模块提供的命令。 每个模块都有在其他模块中不可用的命令。 具有相同名称的命令在其特定参数上有所不同。 有关详细信息,请参阅 Visual Studio 的包管理器控制台的 PowerShell 参考 文档。

PackageManagement

Find-Package

Finds software packages in available package sources.

Find-PackageProvider

Returns a list of Package Management package providers available for installation.

Get-Package

Returns a list of all software packages that were installed with PackageManagement.

Get-PackageProvider

Returns a list of package providers that are connected to Package Management.

Get-PackageSource

Gets a list of package sources that are registered for a package provider.

Import-PackageProvider

Adds Package Management package providers to the current session.

Install-Package

Installs one or more software packages.

Install-PackageProvider

Installs one or more Package Management package providers.

Register-PackageSource

Adds a package source for a specified package provider.

Save-Package

Saves packages to the local computer without installing them.

Set-PackageSource

Replaces a package source for a specified package provider.

Uninstall-Package

Uninstalls one or more software packages.

Unregister-PackageSource

Removes a registered package source.