snippetbashTip
scoop — The Scoop package manager. Some subcommands such as `bucket` have their own usage documentation. Mor
Viewed 0 times
thecommandclipackagesomemanagerscoop
windows
Problem
How to use the
scoop command: The Scoop package manager. Some subcommands such as bucket have their own usage documentation. More information: <https://github.com/ScoopInstaller/Scoop/wiki/Commands>.Solution
scoop — The Scoop package manager. Some subcommands such as bucket have their own usage documentation. More information: <https://github.com/ScoopInstaller/Scoop/wiki/Commands>.Install a package:
scoop install {{package}}Remove a package:
scoop uninstall {{package}}Update all installed packages:
scoop update --allList installed packages:
scoop listDisplay information about a package:
scoop info {{package}}Search for a package:
scoop search {{package}}Remove old versions of all packages and clear the download cache:
scoop cleanup --cache --allCode Snippets
Install a package
scoop install {{package}}Remove a package
scoop uninstall {{package}}Update all installed packages
scoop update --allList installed packages
scoop listDisplay information about a package
scoop info {{package}}Context
tldr-pages: windows/scoop
Revisions (0)
No revisions yet.