0

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'.

mikemaccana
  • 110,530
  • 99
  • 389
  • 494

1 Answers1

1

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

Command behaves as expected on my system.

sodawillow
  • 12,497
  • 4
  • 34
  • 44