mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:45:59 +02:00
17 lines
329 B
Markdown
17 lines
329 B
Markdown
![]() |
# tlmgr dump-tlpdb
|
||
|
|
||
|
> Dump the TeX Live package database.
|
||
|
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||
|
|
||
|
- 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`
|