Replies: 2 comments 1 reply
-
You can use the PowerShell pipeline to do this: scoop list | ? name -notin app1,app2,app3 | % { scoop cleanup $_.name } |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The problem is that some packages need to keep a certain old version and the latest version, directly using scoop cleanup * will uninstall these packages.
Beta Was this translation helpful? Give feedback.
All reactions