瀏覽代碼

tlmgr-check: add page (#6586)

marchersimon 3 年之前
父節點
當前提交
2d26897c71
共有 1 個文件被更改,包括 28 次插入0 次删除
  1. 28 0
      pages/common/tlmgr-check.md

+ 28 - 0
pages/common/tlmgr-check.md

@@ -0,0 +1,28 @@
+# tlmgr check
+
+> Check the consistency of a TeX Live installation.
+> More information: <https://www.tug.org/texlive/tlmgr.html>.
+
+- 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`