LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tlmgr-info

Display TeX Live package information

TLDR

Show package information
$ tlmgr info [package]
copy
List all packages
$ tlmgr info --list
copy
List installed packages
$ tlmgr info --only-installed
copy
Show package files
$ tlmgr info --files [package]
copy

SYNOPSIS

tlmgr info [options] [package...]

DESCRIPTION

tlmgr info displays information about TeX Live packages. Shows descriptions, versions, sizes, and contained files. Part of TeX Live Manager.

PARAMETERS

--list

List all available packages.
--only-installed
Show only installed packages.
--files
Show package files.
--data fields
Output specific fields (name, category, etc.).
--json
Output in JSON format.

SEE ALSO

Copied to clipboard
Kai