Linux command
tlmgr-dump-tlpdb 命令
趣味
Copy it and replace filenames, paths, or keywords as needed.
命令示例
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.