LinuxCommandLibrary

tlmgr-check

Check the consistency of a TeX Live installation.

TLDR

Check the consistency of the whole TeX Live installation

$ tlmgr check all
copy


Check the consistency of the whole TeX Live information in verbose mode
$ tlmgr check all -v
copy


Check for missing dependencies
$ tlmgr check depends
copy


Check if all TeX Live executables are present
$ tlmgr check executes
copy


Check if all files listed in the local TLPDB are present
$ tlmgr check files
copy


Check for duplicate filenames in the runfiles sections
$ tlmgr check runfiles
copy

Copied to clipboard