Powershell `install-package` 工作正常,但 `get-package` 不显示已安装的包

Powershell `install-package` works fine, but `get-package` doesn't show the package installed

在管理员 powershell 中,运行:

Find-Package Pcsx

显示名为 Pcsx 的包。 运行:

Find-Package pscx | install-package

完成无误。然而后来:

Get-Package Pcsx

Returns Get-Package : No package found for 'Pcsx'.

打字错误?您在问题中 Pscx 拼错了两次 (Pcsx)。

命令在我的系统上运行符合预期。