snippetbashTip
tlmgr check — Check the consistency of a TeX Live installation. More information: <https://www.tug.org/texlive/doc
Viewed 0 times
thecommandtlmgr checktexliveconsistencyclicheck
Problem
How to use the
tlmgr check command: Check the consistency of a TeX Live installation. More information: <https://www.tug.org/texlive/doc/tlmgr.html#check-option...-depends-executes-files-runfiles-texmfdbs-all>.Solution
tlmgr check — Check the consistency of a TeX Live installation. More information: <https://www.tug.org/texlive/doc/tlmgr.html#check-option...-depends-executes-files-runfiles-texmfdbs-all>.Check the consistency of the whole TeX Live installation:
tlmgr check allCheck the consistency of the whole TeX Live information in verbose mode:
tlmgr check all -vCheck for missing dependencies:
tlmgr check dependsCheck if all TeX Live executables are present:
tlmgr check executesCheck if all files listed in the local TLPDB are present:
tlmgr check filesCheck for duplicate filenames in the runfiles sections:
tlmgr check runfilesCode Snippets
Check the consistency of the whole TeX Live installation
tlmgr check allCheck the consistency of the whole TeX Live information in verbose mode
tlmgr check all -vCheck for missing dependencies
tlmgr check dependsCheck if all TeX Live executables are present
tlmgr check executesCheck if all files listed in the local TLPDB are present
tlmgr check filesContext
tldr-pages: common/tlmgr check
Revisions (0)
No revisions yet.