tldr/pages/common/tlmgr-info.md

37 lines
765 B
Markdown
Raw Normal View History

2021-09-13 11:45:49 +01:00
# 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}}`
2021-09-13 11:45:49 +01:00
- List all files contained in a specific package:
`tlmgr info {{package}} --list`
2021-09-13 11:45:49 +01:00
- List all installed packages:
`tlmgr info --only-installed`
- Show only specific information about a package:
`tlmgr info {{package}} --data "{{name}},{{category}},{{installed}},{{size}},{{depends}},..."`
2021-09-13 11:45:49 +01:00
- Print all available packages as JSON encoded array:
`tlmgr info --json`