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

tlmgr recreate-tlpdb — Recreate the TeX Live package database. This command has a lack of documentation and should be used

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandtexliveclipackagetlmgr recreate-tlpdbrecreate

Problem

How to use the tlmgr recreate-tlpdb command: Recreate the TeX Live package database. This command has a lack of documentation and should be used with caution. More information: <https://www.tug.org/texlive/tlmgr.html>.

Solution

tlmgr recreate-tlpdb — Recreate the TeX Live package database. This command has a lack of documentation and should be used with caution. More information: <https://www.tug.org/texlive/tlmgr.html>.

Recreate the texlive.tlpdb database file and dump it to stdout:
sudo tlmgr recreate-tlpdb

Code Snippets

Recreate the `texlive.tlpdb` database file and dump it to `stdout`

sudo tlmgr recreate-tlpdb

Context

tldr-pages: common/tlmgr recreate-tlpdb

Revisions (0)

No revisions yet.