1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages/windows/choco.md
2021-09-13 10:21:21 +02:00

395 B

choco

A command-line interface for the Chocolatey package manager. Some subcommands such as choco install have their own usage documentation. More information: https://chocolatey.org.

  • Execute Chocolatey command:

choco {{command}}

  • Call general help:

choco -?

  • Call help on a specific command:

choco {{command}} -?

  • Check the Chocolatey version:

choco --version