pkg: add Indonesian translation (#8303)

pull/1/head
Reinhart Previano Koentjoro 2022-08-07 15:49:27 +07:00 committed by GitHub
parent 1e83ba1d7e
commit 8c30a8650a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.id/android/pkg.md Normal file
View File

@ -0,0 +1,24 @@
# pkg
> Manager paket untuk Termux.
> Informasi lebih lanjut: <https://wiki.termux.com/wiki/Package_Management>.
- Mutakhirkan seluruh paket yang terpasang:
`pkg upgrade`
- Pasang sebuah paket di dalam instalasi Termux:
`pkg install {{paket}}`
- Membuang paket dari instalasi Termux:
`pkg uninstall {{paket}}`
- Pasang ulang paket di dalam instalasi Termux:
`pkg reinstall {{paket}}`
- Cari paket yang tersedia bagi Termux:
`pkg search {{paket}}`