Skip to content

Scoop Folder Layout

matt wilkie edited this page Nov 8, 2021 · 5 revisions

Article stub. Please fill out/correct as needed. Maybe this is already or better documented elsewhere, in that case remove/redirect.

For general understanding and troubleshooting it can be helpful to know what folders Scoop uses and where they are. These are examples, configuration options could change where they are on your machine.

%USERPROFILE%\scoop - per user root location (default)
%SCOOP_GLOBAL% - root location of apps installed for all users, %SYSTEMDRIVE%\ProgramData\scoop

...\scoop\buckets - manifests of installable apps (also a git clone of the bucket source repositories)
...\scoop\cache - the downloaded installers
...\scoop\persist - ...?
...\scoop\shims - added to PATH, wrappers that point to the installed applications

%USERPROFILE%\.config\scoop - (?) seems to be where network path to primary Scoop repository is defined