From 2d26897c713ee881051b9ae4cfe1061a7ad5cb22 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Mon, 4 Oct 2021 17:44:11 +0200 Subject: [PATCH] tlmgr-check: add page (#6586) --- pages/common/tlmgr-check.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/tlmgr-check.md diff --git a/pages/common/tlmgr-check.md b/pages/common/tlmgr-check.md new file mode 100644 index 000000000..85e966697 --- /dev/null +++ b/pages/common/tlmgr-check.md @@ -0,0 +1,28 @@ +# tlmgr check + +> Check the consistency of a TeX Live installation. +> More information: . + +- Check the consistency of the whole TeX Live installation: + +`tlmgr check all` + +- Check the consistency of the whole TeX Live information in verbose mode: + +`tlmgr check all -v` + +- Check for missing dependencies: + +`tlmgr check depends` + +- Check if all TeX Live executables are present: + +`tlmgr check executes` + +- Check if all files listed in the local TLPDB are present: + +`tlmgr check files` + +- Check for duplicate filenames in the runfiles sections: + +`tlmgr check runfiles`