1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.id/common/brew-bundle.md
Bevan Kay fb3ee94096
brew-bundle: update more information url (#16233)
Co-authored-by: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com>
2025-04-22 16:03:05 +00:00

797 B

brew bundle

Pembungkus untuk Homebrew, Homebrew Cask, dan App Store untuk macOS. Informasi lebih lanjut: https://docs.brew.sh/Manpage#bundle-subcommand.

  • Pasang seluruh paket menurut data Brewfile pada direktori saat ini:

brew bundle

  • Pasang seluruh paket menurut data Brewfile pada lokasi tertentu:

brew bundle --file {{jalan/menuju/berkas}}

  • Buat suatu berkas Brewfile berisikan daftar seluruh paket yang terpasang saat ini:

brew bundle dump

  • Hapus seluruh formula yang tidak didefinisikan atau dibutuhkan pada formula dalam berkas Brewfile:

brew bundle cleanup --force

  • Cari tahu apakah terdapat formula yang perlu dipasang atau dimutakhirkan dalam berkas Brewfile:

brew bundle check

  • Tampilkan seluruh entri dalam berkas Brewfile:

brew bundle list --all