Files
cheatsheet-tldr/tldr/windows/choco
2025-09-10 00:18:18 +00:00

27 lines
495 B
Plaintext

---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# choco
> The Chocolatey package manager.
> Some subcommands such as `install` have their own usage documentation.
> More information: <https://docs.chocolatey.org/en-us/choco/commands/>.
- Execute a Chocolatey command:
`choco {{command}}`
- Display help:
`choco {{[-h|--help]}}`
- Display help for a specific command:
`choco {{command}} {{[-h|--help]}}`
- Display version:
`choco --version`