From 9f75e9304be07954e08b43e45125e38de31aba4a Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:30:55 +0200 Subject: [PATCH] tlmgr-dump-tlpdb, tlmgr-recreate-tlpdb: add page (#8290) --- pages/common/tlmgr-dump-tlpdb.md | 16 ++++++++++++++++ pages/common/tlmgr-recreate-tlpdb.md | 9 +++++++++ 2 files changed, 25 insertions(+) create mode 100644 pages/common/tlmgr-dump-tlpdb.md create mode 100644 pages/common/tlmgr-recreate-tlpdb.md diff --git a/pages/common/tlmgr-dump-tlpdb.md b/pages/common/tlmgr-dump-tlpdb.md new file mode 100644 index 000000000..df512ed00 --- /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 000000000..33c413251 --- /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`