pages.nl/*: add Dutch translations (#11526)

This commit is contained in:
Sebastiaan Speck
2023-11-17 11:39:26 +01:00
committed by GitHub
parent a1fe74ac82
commit 44315280cf
11 changed files with 228 additions and 3 deletions

View File

@@ -0,0 +1,24 @@
# choco uninstall
> Verwijder een of meerdere pakketen met Chocolatey.
> Meer informatie: <https://chocolatey.org/docs/commands-uninstall>.
- Verwijder een of meerdere spatie-gescheiden pakketten:
`choco uninstall {{pakket1 pakket2 ...}}`
- Verwijder een specifieke versie van een pakket:
`choco uninstall {{pakket}} --version {{versie}}`
- Bevestig alle prompts automatisch:
`choco uninstall {{pakket}} --yes`
- Verwijder alle afhankelijkheden bij het verwijderen:
`choco uninstall {{pakket}} --remove-dependencies`
- Verwijder alle pakketten:
`choco uninstall all`