mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
454 B
Plaintext
22 lines
454 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|