snippetbashTip
tlmgr dump-tlpdb — Dump the TeX Live package database. More information: <https://www.tug.org/texlive/doc/tlmgr.html#du
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 --localDump the remote package database:
tlmgr dump-tlpdb --remoteDump the local package database as JSON:
tlmgr dump-tlpdb --local --jsonCode Snippets
Dump the local package database
tlmgr dump-tlpdb --localDump the remote package database
tlmgr dump-tlpdb --remoteDump the local package database as JSON
tlmgr dump-tlpdb --local --jsonContext
tldr-pages: common/tlmgr dump-tlpdb
Revisions (0)
No revisions yet.