System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.