1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.id/linux/dpkg.md
Axel Navarro 84b6cabf6e
a2query, dpkg*, check-support-status, netselect-apt, reportbug: update Debian link (#7622)
* a2query: update link to Debian manpage

* check-support-status: update link to Debian manpage

* dpkg-deb: update link to Debian manpage

* dpkg: update link to Debian manpage

* netselect-apt: update link to Debian manpage

* reportbug: update link to Debian manpage
2022-01-08 20:39:40 +07:00

29 lines
615 B
Markdown

# dpkg
> Manajer paket Debian.
> Beberapa subperintah seperti `dpkg deb` memiliki dokumentasi penggunaannya sendiri.
> Informasi lebih lanjut: <https://manpages.debian.org/latest/dpkg/dpkg.html>.
- Memasang paket dari sebuah file DEB:
`dpkg -i {{jalan/menuju/file.deb}}`
- Menghapus pemasangan sebuah paket:
`dpkg -r {{nama_paket}}`
- Memperlihatkan daftar paket terinstal:
`dpkg -l {{pola}}`
- Memperlihatkan isi sebuah paket:
`dpkg -L {{nama_paket}}`
- Memperlihatkan isi sebuah paket lokal:
`dpkg -c {{jalan/menuju/file.deb}}`
- Mencari tahu paket yang memiliki sebuah file:
`dpkg -S {{nama_file}}`