snippetbashTip
scoop bucket — Manage buckets: Git repositories containing files which describe how scoop installs applications. If
Viewed 0 times
repositoriescontainingcommandclimanagescoop bucketgitbuckets
windows
Problem
How to use the
scoop bucket command: 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: <https://github.com/ScoopInstaller/Scoop/wiki/Buckets>.Solution
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: <https://github.com/ScoopInstaller/Scoop/wiki/Buckets>.List all buckets currently in use:
scoop bucket listList all known buckets:
scoop bucket knownAdd 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}}Code Snippets
List all buckets currently in use
scoop bucket listList all known buckets
scoop bucket knownAdd 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}}Context
tldr-pages: windows/scoop bucket
Revisions (0)
No revisions yet.