1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 16:15:49 +02:00
tldr/pages/common/tlmgr-dump-tlpdb.md
2025-05-09 23:10:35 +05:30

16 lines
361 B
Markdown

# tlmgr dump-tlpdb
> Dump the TeX Live package database.
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#dump-tlpdb-option...---json>.
- Dump the local package database:
`tlmgr dump-tlpdb --local`
- Dump the remote package database:
`tlmgr dump-tlpdb --remote`
- Dump the local package database as JSON:
`tlmgr dump-tlpdb --local --json`