choco-list: add German translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
240988d419
commit
8c4d1c7e10
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}}`
|
Reference in New Issue
Block a user