explorer, scoop, scoop-bucket: add Indonesian translation (#7103)
This commit is contained in:

committed by
GitHub

parent
3b51e3be21
commit
4d7c4499bf
32
pages.id/windows/scoop.md
Normal file
32
pages.id/windows/scoop.md
Normal 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 *`
|
Reference in New Issue
Block a user