Skip to content

Latest commit

History

History
32 lines (17 loc) 路 496 Bytes

scoop.md

File metadata and controls

32 lines (17 loc) 路 496 Bytes

scoop

A command-line installer for Windows. More information: https://scoop.sh.

  • Install a package:

scoop install {{package}}

  • Remove a package:

scoop uninstall {{package}}

  • Update all installed packages:

scoop update *

  • 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 -k *