← 返回命令列表

Linux command

tlmgr-info 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Show package information

tlmgr info [package]

List all packages

tlmgr info --list

List installed packages

tlmgr info --only-installed

Show package files

tlmgr info --files [package]

说明

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

参数

--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.

FAQ

What is the tlmgr-info command used for?

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

How do I run a basic tlmgr-info example?

Run `tlmgr info [package]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --list do in tlmgr-info?

List all available packages.