mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
21 lines
437 B
Markdown
21 lines
437 B
Markdown
# choco
|
|
|
|
> Ein Kommandozeilenwerkzeug für die Chocolatey Paketverwaltung.
|
|
> Manche Unterbefehle wie `choco install` sind separat dokumentiert.
|
|
> Weitere Informationen: <https://chocolatey.org>.
|
|
|
|
- Führe einen Chocolatey-Befehl aus:
|
|
|
|
`choco {{befehl}}`
|
|
|
|
- Zeige die allgemeine Hilfe an:
|
|
|
|
`choco -?`
|
|
|
|
- Zeige die Hilfe für einen bestimmten Befehl an:
|
|
|
|
`choco {{befehl}} -?`
|
|
|
|
- Überprüfe die Version von Chocolatey:
|
|
|
|
`choco --version`
|