← 返回命令列表

Linux command

tlmgr-search 命令

文本

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

常用示例

Search packages

tlmgr search [keyword]

Search in descriptions

tlmgr search --global [keyword]

Search files

tlmgr search --file [filename]

说明

tlmgr search finds TeX Live packages by name, description, or contained files. Part of TeX Live Manager for discovering LaTeX packages.

参数

--global
Search descriptions and names.
--file
Search for files.
--word
Match whole words only.
--all
Search all packages, not just installed.

FAQ

What is the tlmgr-search command used for?

tlmgr search finds TeX Live packages by name, description, or contained files. Part of TeX Live Manager for discovering LaTeX packages.

How do I run a basic tlmgr-search example?

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

What does --global do in tlmgr-search?

Search descriptions and names.