Examples (8)
List all available TeX Live packages, prefexing installed ones with `i`
List all available collections
tlmgr info collectionsList all available schemes
Show information about a specific package
tlmgr info packageList 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 --jsonmade by @shridhargupta | data from tldr-pages