diff --git a/pages/common/tlmgr-dump-tlpdb.md b/pages/common/tlmgr-dump-tlpdb.md new file mode 100644 index 0000000000..df512ed007 --- /dev/null +++ b/pages/common/tlmgr-dump-tlpdb.md @@ -0,0 +1,16 @@ +# tlmgr dump-tlpdb + +> Dump the TeX Live package database. +> More information: . + +- Dump the local package database: + +`tlmgr dump-tlpdb --local` + +- Dump the remote package database: + +`tlmgr dump-tlpdb --remote` + +- Dump the local package database as JSON: + +`tlmgr dump-tlpdb --local --json` diff --git a/pages/common/tlmgr-recreate-tlpdb.md b/pages/common/tlmgr-recreate-tlpdb.md new file mode 100644 index 0000000000..33c413251f --- /dev/null +++ b/pages/common/tlmgr-recreate-tlpdb.md @@ -0,0 +1,9 @@ +# tlmgr recreate-tlpdb + +> Recreate the TeX Live package database. +> This command has a lack of documentation and should be used with caution. +> More information: . + +- Recreate the `texlive.tlpdb` database file and dump it to stdout: + +`sudo tlmgr recreate-tlpdb`