add-apt-repository, apt-cache: add Indonesian translation (#12357)
* add-apt-repository: add Indonesian translation * apt-cache: add Indonesian translation * add-apt-repository: fix missed translation * apt-cache: fix missed translation * apt-cache: fix missed translation Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * add-apt-repository: fix missed translation Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * apt-cache: fix missed translation Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * add-apt-repository: fix missed translation Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * add-apt-repository: fix missed translation Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * add-apt-repository: fix missed translation Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * add-apt-repository: fix missed translation Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * add-apt-repository: fix missed translation Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * apt-cache: fix missed translation Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * apt-cache: fix missed translation Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * apt-cache: fix missed translation Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * apt-cache: fix missed translation Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> --------- Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
035eb68c65
commit
6ba1707fea
24
pages.id/linux/apt-cache.md
Normal file
24
pages.id/linux/apt-cache.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# apt-cache
|
||||
|
||||
> Pencari paket untuk Debian dan Ubuntu.
|
||||
> Informasi lebih lanjut: <https://manpages.debian.org/latest/apt/apt-cache.8.html>.
|
||||
|
||||
- Cari paket di sumber yang sudah dimiliki:
|
||||
|
||||
`apt-cache search {{query}}`
|
||||
|
||||
- Tampilkan informasi tentang sebuah paket:
|
||||
|
||||
`apt-cache show {{paket}}`
|
||||
|
||||
- Tampilkan apakah sebuah paket sudah terinstal dan paling terbaru:
|
||||
|
||||
`apt-cache policy {{paket}}`
|
||||
|
||||
- Tampilkan dependensi sebuah paket:
|
||||
|
||||
`apt-cache depends {{paket}}`
|
||||
|
||||
- Tampilkan paket yang bergantung pada paket tertentu:
|
||||
|
||||
`apt-cache rdepends {{paket}}`
|
Reference in New Issue
Block a user