HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tlmgr dump-tlpdb — Dump the TeX Live package database. More information: <https://www.tug.org/texlive/doc/tlmgr.html#du

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandtextlmgr dump-tlpdbliveclidumppackage

Problem

How to use the tlmgr dump-tlpdb command: Dump the TeX Live package database. More information: <https://www.tug.org/texlive/doc/tlmgr.html#dump-tlpdb-option...---json>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/tlmgr dump-tlpdb

Revisions (0)

No revisions yet.