1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 22:55:39 +02:00
tldr/pages.id/common/brew-uninstall.md

14 lines
471 B
Markdown
Raw Normal View History

# brew uninstall
> Bongkar pemasangan suatu paket formula/cask Homebrew.
> Gunakan `brew autoremove` untuk menghapus kumpulan paket dependensi yang tidak dibutuhkan kembali.
> Informasi lebih lanjut: <https://docs.brew.sh/Manpage#uninstall-remove-rm-options-installed_formulainstalled_cask->.
- Bongkar pemasangan suatu formula/cask:
`brew uninstall {{formula|cask}}`
- Bongkar pemasangan suatu cask dan hapus seluruh berkas terkait:
`brew uninstall --zap {{cask}}`