← 返回命令列表

Linux command

tlmgr-dump-tlpdb 命令

趣味

复制后可按需替换文件名、目录或参数。

常用示例

Dump local database

tlmgr dump-tlpdb --local

Dump remote database

tlmgr dump-tlpdb --remote

Output in JSON

tlmgr dump-tlpdb --local --json

说明

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

参数

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

FAQ

What is the tlmgr-dump-tlpdb command used for?

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

How do I run a basic tlmgr-dump-tlpdb example?

Run `tlmgr dump-tlpdb --local` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --local do in tlmgr-dump-tlpdb?

Dump local installation database.