mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 00:27:21 +03:00
choco-uninstall: add German translation
This commit is contained in:
parent
b86125fc2a
commit
cd781c5125
24
pages.de/windows/choco-uninstall.md
Normal file
24
pages.de/windows/choco-uninstall.md
Normal file
@ -0,0 +1,24 @@
|
||||
# choco uninstall
|
||||
|
||||
> Deinstalliere mit Chocolatey ein oder mehrere Pakete.
|
||||
> Mehr Informationen: <https://chocolatey.org/docs/commands-uninstall>.
|
||||
|
||||
- Deinstalliere ein oder mehrere Pakete, deren Namen mit Leerzeichen getrennt sind:
|
||||
|
||||
`choco uninstall {{paket(e)}}`
|
||||
|
||||
- Deinstalliere eine bestimmte Version eines Paketes:
|
||||
|
||||
`choco uninstall {{paket}} --version {{version}}`
|
||||
|
||||
- Stimme allen Fragen automatisch zu:
|
||||
|
||||
`choco uninstall {{paket}} --yes`
|
||||
|
||||
- Deinstalliere auch alle Abhängigkeiten:
|
||||
|
||||
`choco uninstall {{paket}} --remove-dependencies`
|
||||
|
||||
- Deinstalliere alle Pakete:
|
||||
|
||||
`choco uninstall all`
|
Loading…
Reference in New Issue
Block a user