Forrest logo
back to context overview

tlmgr-info

List of commands for tlmgr-info:

  • tlmgr-info:tldr:24516 tlmgr-info: List all available collections.
    $ tlmgr info collections
    try on your machine
    explain this command
  • tlmgr-info:tldr:54612 tlmgr-info: Show only specific information about a package.
    $ tlmgr info ${package_name} --data "${name},${category},${installed},${size},${depends},..."
    try on your machine
    explain this command
  • tlmgr-info:tldr:6f658 tlmgr-info: List all files contained in a specific package.
    $ tlmgr info ${package_name} --list
    try on your machine
    explain this command
  • tlmgr-info:tldr:74eef tlmgr-info: Show information about a specific package.
    $ tlmgr info ${package_name}
    try on your machine
    explain this command
  • tlmgr-info:tldr:82771 tlmgr-info: List all available schemes.
    $ tlmgr info scheme
    try on your machine
    explain this command
  • tlmgr-info:tldr:89952 tlmgr-info: Print all available packages as JSON encoded array.
    $ tlmgr info --json
    try on your machine
    explain this command
  • tlmgr-info:tldr:d32cf tlmgr-info: List all installed packages.
    $ tlmgr info --only-installed
    try on your machine
    explain this command
  • tlmgr-info:tldr:e2e87 tlmgr-info: List all available TeX Live packages, prefexing installed ones with `i`.
    $ tlmgr info
    try on your machine
    explain this command
back to context overview