LinuxCommandLibrary

tlmgr-shell

Start an interactive shell of the native TeX Live manager.

TLDR

Start an interactive shell of tlmgr

$ tlmgr shell
copy


Run any tlmgr sub-command in the interactive shell
$ [sub_command] [arguments]
copy


Quit the interactive shell
$ quit
copy


List all TeX Live variables
$ get
copy


Get the value of a TeX Live variable
$ get [variable]
copy


Set the value of a TeX Live variable
$ set [variable] [value]
copy


Restart the interactive shell
$ restart
copy


Print the version of the current protocol
$ protocol
copy

Copied to clipboard