HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

scoop — The Scoop package manager. Some subcommands such as `bucket` have their own usage documentation. Mor

Submitted by: @import:tldr-pages··
0
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 --all


List installed packages:
scoop list


Display 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 --all

Code Snippets

Install a package

scoop install {{package}}

Remove a package

scoop uninstall {{package}}

Update all installed packages

scoop update --all

List installed packages

scoop list

Display information about a package

scoop info {{package}}

Context

tldr-pages: windows/scoop

Revisions (0)

No revisions yet.