简体   繁体   中英

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

In an admin powershell, running:

Find-Package Pcsx

Shows a package with the name Pcsx. Running:

Find-Package pscx | install-package

Completes without error. However afterwards:

Get-Package Pcsx

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

Typo ? You have spelled Pscx wrong twice in your question ( Pcsx ).

Command behaves as expected on my system.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM