2024-06-12 12:39:32 +07:00
|
|
|
# brew bundle
|
|
|
|
|
|
|
|
> Pembungkus untuk Homebrew, Homebrew Cask, dan App Store untuk macOS.
|
2025-04-23 02:03:05 +10:00
|
|
|
> Informasi lebih lanjut: <https://docs.brew.sh/Manpage#bundle-subcommand>.
|
2024-06-12 12:39:32 +07:00
|
|
|
|
|
|
|
- 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`
|