explorer, scoop, scoop-bucket: add Indonesian translation (#7103)

This commit is contained in:
Levi Rizki Saputra
2021-10-28 01:55:04 +07:00
committed by GitHub
parent 3b51e3be21
commit 4d7c4499bf
3 changed files with 73 additions and 0 deletions

32
pages.id/windows/scoop.md Normal file
View File

@@ -0,0 +1,32 @@
# scoop
> Penginstal paket berantarmuka baris perintah untuk Windows.
> Informasi lebih lanjut: <https://scoop.sh>.
- Memasang sebuah paket:
`scoop install {{paket}}`
- Mencopot pemasangan sebuah paket:
`scoop uninstall {{paket}}`
- Memperbarui semua paket yang terpasang:
`scoop update *`
- Menampilkan daftar paket yang terpasang:
`scoop list`
- Menampilkan informasi tentang sebuah paket:
`scoop info {{paket}}`
- Mencari paket:
`scoop search {{paket}}`
- Menghapus versi lama dari semua paket dan membersihkan cache unduhan:
`scoop cleanup -k *`