2021-09-21 21:28:14 +01:00
|
|
|
# tlmgr shell
|
|
|
|
|
|
|
|
> Start an interactive shell of the native TeX Live manager.
|
|
|
|
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
|
|
|
|
|
|
|
- Start an interactive shell of `tlmgr`:
|
|
|
|
|
|
|
|
`tlmgr shell`
|
|
|
|
|
|
|
|
- Run any `tlmgr` sub-command in the interactive shell:
|
|
|
|
|
|
|
|
`{{sub_command}} {{arguments}}`
|
|
|
|
|
|
|
|
- Quit the interactive shell:
|
|
|
|
|
|
|
|
`quit`
|
|
|
|
|
|
|
|
- List all TeX Live variables:
|
|
|
|
|
|
|
|
`get`
|
|
|
|
|
|
|
|
- Get the value of a TeX Live variable:
|
|
|
|
|
|
|
|
`get {{variable}}`
|
|
|
|
|
|
|
|
- Set the value of a TeX Live variable:
|
|
|
|
|
|
|
|
`set {{variable}} {{value}}`
|
|
|
|
|
|
|
|
- Restart the interactive shell:
|
|
|
|
|
|
|
|
`restart`
|
|
|
|
|
2022-06-30 23:16:52 +01:00
|
|
|
- Print the version of the current protocol:
|
2021-09-21 21:28:14 +01:00
|
|
|
|
|
|
|
`protocol`
|