You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a package installation has failed and then manifest has been removed from corresponding bucket, then scoop is stuck with package reference and cannot be uninstall to clean update list
❯ scoop status '*'
Scoop is up to date.
Name Installed Version Latest Version Missing Dependencies Info
---- ----------------- -------------- -------------------- ----
vcxsrv Install failed, Manifest removed
❯ scoop uninstall vcxsrc
ERROR 'vcxsrc' isn't installed.
❯ scoop reset vcxsrc
ERROR 'vcxsrc' isn't installed
❯ scoop cleanup vcxsrc
ERROR 'vcxsrc' isn't installed.
❯ scoop uninstall -p vcxsrc
ERROR 'vcxsrc' isn't installed.
❯ scoop info vcxsrc
Could not find manifest for 'vcxsrc' in local buckets.
Expected Behavior
It should be possible to force package reference removal in a way, ignoring lack of online manifest in bucket.
For an unknown reason, uninstall operation has now succeeded
❯ scoop status '*'
Scoop is up to date.
Name Installed Version Latest Version Missing Dependencies Info
---- ----------------- -------------- -------------------- ----
vcxsrv Install failed, Manifest removed
❯ scoop uninstall vcxsrv
ERROR 'vcxsrv' isn't installed correctly.
Removing older version (21.1.13.0).
'vcxsrv' was uninstalled.
❯ scoop status '*'
Scoop is up to date.
Everything is ok!
Bug Report
Current Behavior
If a package installation has failed and then manifest has been removed from corresponding bucket, then scoop is stuck with package reference and cannot be uninstall to clean update list
Expected Behavior
It should be possible to force package reference removal in a way, ignoring lack of online manifest in bucket.
Possible Solution
Add a "force" option to ignore manifest loss.
System details
Windows version: 10
OS architecture: 64bit
PowerShell version: 5.1.19041.5007
Additional software:
Scoop Configuration
The text was updated successfully, but these errors were encountered: