mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
choco-uninstall: add German translation
This commit is contained in:
parent
b86125fc2a
commit
cd781c5125
1 changed files with 24 additions and 0 deletions
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…
Add table
Reference in a new issue