HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tlmgr shell — Start an interactive shell of the native TeX Live manager. More information: <https://www.tug.org/te

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theshellcommandtlmgr shellstartnativecliinteractive

Problem

How to use the tlmgr shell command: Start an interactive shell of the native TeX Live manager. More information: <https://www.tug.org/texlive/doc/tlmgr.html#shell>.

Solution

tlmgr shell — Start an interactive shell of the native TeX Live manager. More information: <https://www.tug.org/texlive/doc/tlmgr.html#shell>.

Start an interactive shell of tlmgr:
tlmgr shell


[Interactive] Run any tlmgr subcommand in the interactive shell:
{{subcommand}} {{arguments}}


[Interactive] Quit the interactive shell:
quit


[Interactive] List all TeX Live variables:
get


[Interactive] Get the value of a TeX Live variable:
get {{variable}}


[Interactive] Set the value of a TeX Live variable:
set {{variable}} {{value}}


[Interactive] Restart the interactive shell:
restart


[Interactive] Display the version of the current protocol:
protocol

Code Snippets

Start an interactive shell of `tlmgr`

tlmgr shell

[Interactive] Run any `tlmgr` subcommand in the interactive shell

{{subcommand}} {{arguments}}

[Interactive] Quit the interactive shell

quit

[Interactive] List all TeX Live variables

get

[Interactive] Get the value of a TeX Live variable

get {{variable}}

Context

tldr-pages: common/tlmgr shell

Revisions (0)

No revisions yet.