OneGet / oneget

PackageManagement (aka OneGet) is a package manager for Windows
MIT License
2.38k stars 189 forks source link

Uninstall-Package is still not working with "Programs" provider #495

Open Vbbab opened 4 years ago

Vbbab commented 4 years ago

273 was closed due to inactivity, but the issue is still not fixed!

Example,

PS > Get-Package -ProviderName Programs -Name "testapp"
# "testapp" is confirmed to be a "Programs" provided package
PS > Uninstall-Package -Name "testapp" -Verbose
VERBOSE: Performing the operation "Uninstall Package." on target "Package 'testapp' with version '1.0.0'.".

Package was not actually uninstalled, I can keep running the command with no error (even though it should be uninstalling).