Scoop 패키지 관리자 캐시 정리

작성자

카테고리:

← 피드로
DEV Community · Raphaël T · 2026-06-10 개발(SW)

Raphaël T

Before cleanup : 31,55 Gib (Stored old version of previous packages and cache)
After cleanup : 11,76 Gib (Remove all outdated versions of packages + cache)

Objective : Clearing unused version and cache these folder..

  • ~scoopapps
  • ~scoopcache

Make sure all your apps are updated :

scoop status
scoop update <app1> <app3> <app3> <appN..>

Option 1 : Removing only cache

  1. use scoop cache to see how much cache scoop stored on your PC
  2. use scoop cache rm * to remove cache.

Option 2 : Removing cache and versions

You can use scoop cleanup --help to see available options.

If you’re sure what you are doing and want to remove ALL the outdated caches /! Need administrator permission..
scoop cleanup * -g -k

  • * : all the apps, -g : all installed app, -k : outdated download cache

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다