tldr/pages/windows/scoop.md

33 lines
498 B
Markdown
Raw Normal View History

2018-07-18 20:47:50 +01:00
# scoop
> The Scoop package manager.
> More information: <https://scoop.sh>.
2018-07-18 20:47:50 +01:00
- Install a package:
`scoop install {{package}}`
- Remove a package:
`scoop uninstall {{package}}`
- Update all installed packages:
`scoop update --all`
2018-07-18 20:47:50 +01:00
- List installed packages:
`scoop list`
- Display information about a package:
`scoop info {{package}}`
- Search for a package:
`scoop search {{package}}`
2020-10-07 21:34:27 +01:00
- Remove old versions of all packages and clear the download cache:
2018-07-18 20:47:50 +01:00
`scoop cleanup --cache --all`