--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # tlmgr dump-tlpdb > Dump the TeX Live package database. > More information: . - 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`