System Grab Bag

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

tlmgr info

Show information about TeX Live packages. More information: https://www.tug.org/texlive/tlmgr.html.
  • List all available TeX Live packages, prefexing installed ones with i:
    tlmgr info
  • List all available collections:
    tlmgr info collections
  • List all available schemes:
    tlmgr info scheme
  • Show information about a specific package:
    tlmgr info {{package}}
  • List all files contained in a specific package:
    tlmgr info {{package}} --list
  • List all installed packages:
    tlmgr info --only-installed
  • Show only specific information about a package:
    tlmgr info {{package}} --data "{{name}},{{category}},{{installed}},{{size}},{{depends}},..."
  • Print all available packages as JSON encoded array:
    tlmgr info --json

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.