2021-10-04 17:44:11 +02:00
|
|
|
# tlmgr check
|
|
|
|
|
|
|
|
> Check the consistency of a TeX Live installation.
|
2025-05-09 20:40:35 +03:00
|
|
|
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#check-option...-depends-executes-files-runfiles-texmfdbs-all>.
|
2021-10-04 17:44:11 +02:00
|
|
|
|
|
|
|
- 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`
|