2025-03-14 21:59:59 -06:00
|
|
|
# tlmgr shell
|
|
|
|
|
|
|
|
|
|
> Start an interactive shell of the native TeX Live manager.
|
2025-06-28 19:25:29 -06:00
|
|
|
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#shell>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Start an interactive shell of `tlmgr`:
|
|
|
|
|
|
|
|
|
|
`tlmgr shell`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- [Interactive] Run any `tlmgr` subcommand in the interactive shell:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`{{subcommand}} {{arguments}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- [Interactive] Quit the interactive shell:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`quit`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- [Interactive] List all TeX Live variables:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`get`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- [Interactive] Get the value of a TeX Live variable:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`get {{variable}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- [Interactive] Set the value of a TeX Live variable:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`set {{variable}} {{value}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- [Interactive] Restart the interactive shell:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`restart`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- [Interactive] Display the version of the current protocol:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`protocol`
|