1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages.id/linux/add-apt-repository.md
Moch. Bima Pangestu 6ba1707fea
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>
2024-03-07 18:20:20 +07:00

20 lines
496 B
Markdown

# add-apt-repository
> Kelola definisi repositori `apt`.
> Informasi lebih lanjut: <https://manned.org/apt-add-repository>.
- Tambah repositori `apt` baru:
`add-apt-repository {{repositori}}`
- Hilangkan sebuah repositori `apt`:
`add-apt-repository --remove {{repositori}}`
- Perbarui cache paket setelah menambahkan sebuah repositori:
`add-apt-repository --update {{repositori}}`
- Izinkan sumber paket untuk diunduh dari repositori:
`add-apt-repository --enable-source {{repositori}}`