snippetbashTip
tlmgr info — Show information about TeX Live packages. More information: <https://www.tug.org/texlive/doc/tlmgr.h
Viewed 0 times
commandtextlmgr infoshowlivecliinformationabout
Problem
How to use the
tlmgr info command: Show information about TeX Live packages. More information: <https://www.tug.org/texlive/doc/tlmgr.html#info>.Solution
tlmgr info — Show information about TeX Live packages. More information: <https://www.tug.org/texlive/doc/tlmgr.html#info>.List all available TeX Live packages, prefexing installed ones with
i:tlmgr infoList all available collections:
tlmgr info collectionsList all available schemes:
tlmgr info schemeShow information about a specific package:
tlmgr info {{package}}List all files contained in a specific package:
tlmgr info {{package}} --listList all installed packages:
tlmgr info --only-installedShow 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 --jsonCode Snippets
List all available TeX Live packages, prefexing installed ones with `i`
tlmgr infoList all available collections
tlmgr info collectionsList all available schemes
tlmgr info schemeShow information about a specific package
tlmgr info {{package}}List all files contained in a specific package
tlmgr info {{package}} --listContext
tldr-pages: common/tlmgr info
Revisions (0)
No revisions yet.