LinuxCommandLibrary

tlmgr

Manages packages and configuration options of an existing TeX Live installation.

TLDR

Install a package and its dependencies

$ tlmgr install [package]
copy


Remove a package and its dependencies
$ tlmgr remove [package]
copy


Display information about a package
$ tlmgr info [package]
copy


Update all packages
$ tlmgr update --all
copy


Show possible updates without updating anything
$ tlmgr update --list
copy


Start a GUI version of tlmgr
$ tlmgr gui
copy


List all TeX Live configurations
$ tlmgr conf
copy

Copied to clipboard