← 返回命令列表

Linux command

tlmgr-install 命令

文本

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

常用示例

Install package

tlmgr install [package]

Install multiple packages

tlmgr install [package1] [package2]

Install with dependencies

tlmgr install --with-doc --with-src [package]

Dry run

tlmgr install --dry-run [package]

说明

tlmgr install installs TeX Live packages from CTAN repositories. Resolves dependencies automatically. Part of TeX Live Manager for managing LaTeX packages and fonts.

参数

--with-doc
Include documentation.
--with-src
Include source files.
--dry-run
Show what would be installed.
--file
Package is a local file.
--reinstall
Reinstall package.

FAQ

What is the tlmgr-install command used for?

tlmgr install installs TeX Live packages from CTAN repositories. Resolves dependencies automatically. Part of TeX Live Manager for managing LaTeX packages and fonts.

How do I run a basic tlmgr-install example?

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

What does --with-doc do in tlmgr-install?

Include documentation.