Skip to content

Commit 4f650e3

Browse files
authored
brew-uninstall: add Dutch translation (#18546)
1 parent 1492ca6 commit 4f650e3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pages.nl/common/brew-uninstall.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# brew uninstall
2+
3+
> Verwijder een Homebrew-formula/cask.
4+
> Gebruik `brew autoremove` om ongebruikte afhankelijkheden achteraf te verwijderen.
5+
> Meer informatie: <https://docs.brew.sh/Manpage#uninstall-remove-rm-options-installed_formulainstalled_cask->.
6+
7+
- Verwijder een formula/cask:
8+
9+
`brew {{[rm|uninstall]}} {{formula|cask}}`
10+
11+
- Verwijder een cask en verwijder alle bijbehorende bestanden:
12+
13+
`brew {{[rm|uninstall]}} --zap {{cask}}`

0 commit comments

Comments
 (0)