snippetbashTip
tlmgr — Manage packages and configuration options of an existing TeX Live installation. Some subcommands suc
Viewed 0 times
configurationcommandoptionsandclimanagetlmgrpackages
Problem
How to use the
tlmgr command: Manage packages and configuration options of an existing TeX Live installation. Some subcommands such as paper have their own usage documentation. More information: <https://www.tug.org/texlive/doc/tlmgr.html#NAME>.Solution
tlmgr — Manage packages and configuration options of an existing TeX Live installation. Some subcommands such as paper have their own usage documentation. More information: <https://www.tug.org/texlive/doc/tlmgr.html#NAME>.Install a package and its dependencies:
tlmgr install {{package}}Remove a package and its dependencies:
tlmgr remove {{package}}Display information about a package:
tlmgr info {{package}}Update all packages:
tlmgr update --allShow possible updates without updating anything:
tlmgr update --listStart a GUI version of tlmgr:
tlmgr guiList all TeX Live configurations:
tlmgr confCode Snippets
Install a package and its dependencies
tlmgr install {{package}}Remove a package and its dependencies
tlmgr remove {{package}}Display information about a package
tlmgr info {{package}}Update all packages
tlmgr update --allShow possible updates without updating anything
tlmgr update --listContext
tldr-pages: common/tlmgr
Revisions (0)
No revisions yet.