Linux command
install-tl 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start the TeX Live installer
install-tl
Install TeX Live
install-tl --no-interaction
Install from a local ISO
install-tl --repository [/path/to/texlive/iso]
Install a minimal scheme
install-tl --scheme=small
Specify custom installation directory
install-tl --texdir=[/opt/texlive/2024]
Install with a specific profile
install-tl --profile=[texlive.profile]
说明
install-tl is the official installer for TeX Live, a comprehensive TeX distribution including LaTeX, fonts, and related programs. The installer can run in GUI, text, or fully automated mode depending on available dependencies and command-line options. The installer downloads packages from CTAN mirrors or uses a local repository. Installation schemes range from minimal (~100MB) to full (~7GB). Post-installation, use tlmgr (TeX Live Manager) to update and manage packages.
参数
- -gui
- Start in GUI mode (requires Perl/Tk)
- -no-gui
- Force text mode installation
- -repository _URL_
- Specify package repository (local path or URL)
- -scheme _SCHEME_
- Installation scheme: full, medium, small, basic, minimal, etc.
- -profile _FILE_
- Use settings from profile file for automated installation
- -texdir _DIR_
- Main TeX Live installation directory
- -texmflocal _DIR_
- Directory for site-wide local files
- -texmfhome _DIR_
- Directory for user-specific files
- -portable
- Install for portable use (USB drive, no system integration)
- -no-interaction
- Run without user interaction (automated installation)
- -no-cls
- Do not clear screen before output
- -help
- Display help information
FAQ
What is the install-tl command used for?
install-tl is the official installer for TeX Live, a comprehensive TeX distribution including LaTeX, fonts, and related programs. The installer can run in GUI, text, or fully automated mode depending on available dependencies and command-line options. The installer downloads packages from CTAN mirrors or uses a local repository. Installation schemes range from minimal (~100MB) to full (~7GB). Post-installation, use tlmgr (TeX Live Manager) to update and manage packages.
How do I run a basic install-tl example?
Run `install-tl` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -gui do in install-tl?
Start in GUI mode (requires Perl/Tk)