2025-03-14 21:59:59 -06:00
|
|
|
# tlmgr dump-tlpdb
|
|
|
|
|
|
|
|
|
|
> Dump the TeX Live package database.
|
2025-06-28 19:25:29 -06:00
|
|
|
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#dump-tlpdb-option...---json>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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`
|