mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 16:06:00 +02:00
choco-list: add German translation
This commit is contained in:
parent
240988d419
commit
8c4d1c7e10
1 changed files with 28 additions and 0 deletions
28
pages.de/windows/choco-list.md
Normal file
28
pages.de/windows/choco-list.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# choco list
|
||||
|
||||
> Zeige mit Chocolatey eine Liste von Paketen an.
|
||||
> Mehr Informationen: <https://chocolatey.org/docs/commands-list>.
|
||||
|
||||
- Zeige alle verfügbaren Pakete an:
|
||||
|
||||
`choco list`
|
||||
|
||||
- Zeige alle lokal installierten Pakete an:
|
||||
|
||||
`choco list --local-only`
|
||||
|
||||
- Zeige eine Liste einschließlich der lokalen Windows-Programme an:
|
||||
|
||||
`choco list --include-programs`
|
||||
|
||||
- Zeige nur zugelassene Pakete an:
|
||||
|
||||
`choco list --approved-only`
|
||||
|
||||
- Gib eine eigene Quelle an, von der Paket-Informationen abgerufen werden:
|
||||
|
||||
`choco list --source {{quell_url|alias}}`
|
||||
|
||||
- Gib einen Benutzernamen und ein Passwort für die Authentifizierung an:
|
||||
|
||||
`choco list --user {{benutzername}} --password {{passwort}}`
|
Loading…
Add table
Reference in a new issue