LinuxCommandLibrary

tlmgr-dump-tlpdb

Dump TeX Live package database

TLDR

Dump local database

$ tlmgr dump-tlpdb --local
copy
Dump remote database
$ tlmgr dump-tlpdb --remote
copy
Output in JSON
$ tlmgr dump-tlpdb --local --json
copy

SYNOPSIS

tlmgr dump-tlpdb [options]

DESCRIPTION

tlmgr dump-tlpdb outputs the TeX Live package database. Useful for scripting, debugging, and comparing installations. Part of TeX Live Manager.

PARAMETERS

--local

Dump local installation database.
--remote
Dump remote repository database.
--json
Output in JSON format.

SEE ALSO

tlmgr-info(1), tlmgr(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community