Information on ‘scoop’ package manager for Windows
Last updated
Last updated
In Scoop, buckets are collections of apps. Or, to be more specific, a bucket is a Git repository containing JSON which describe how to install an app.
By default, when you run scoop install <app>
, it looks in the main bucket, but it's possible to install from other buckets too.
There is a list of known buckets by the community, those can be seen in , to see the list of known buckets execute:
If you want to install from a bucket besides the main one, you need to configure Scoop to know about the bucket. For example, to add the optional 'extras' bucket, run:
The 'extras' bucket is a , in that it's "well known", i.e. Scoop already knows where this bucket is so you don't have to specify its location.Just say the extras bucket wasn't well known, the way you'd add it would be:
That is,
You can run scoop help bucket
for more information on buckets.