Scoop Cleanup & Maintenance
Intermediatev1.0.0
Keep Scoop installations clean and performant — cleanup old versions, reset broken apps, manage cache, and resolve common Windows-specific issues.
Content
Overview
Scoop keeps old versions of apps in its directory structure. Regular cleanup frees disk space, resolves shim issues, and keeps your installation healthy.
Why This Matters
- -Disk space — old versions accumulate quickly
- -Broken shims — stale shims point to deleted executables
- -Cache bloat — downloaded installers remain in cache
- -Stability — regular maintenance prevents subtle issues
Maintenance Commands
Cleanup Old Versions
Cache Management
Reset Broken Apps
Update Everything
Hold/Unhold Versions
Maintenance Routine
Best Practices
- -Run `scoop cleanup *` monthly — old versions waste space
- -Clear cache quarterly:
scoop cache rm * - -Hold critical versions:
scoop hold nodejsfor project stability - -Check status before updating:
scoop status - -Reset after issues:
scoop reset *fixes most shim problems
Common Mistakes
- -Never running cleanup (GB of old versions)
- -Updating everything without checking status first
- -Not holding version-sensitive tools
- -Ignoring scoop checkup warnings
FAQ
Discussion
Loading comments...