Manage TeX Live Packages - Update TeX Distributions | Online Free DevTools by Hexmos
Manage TeX Live packages easily with tlmgr. Install, update, and remove TeX packages effortlessly. Free online tool, no registration required.
tlmgr
Manage packages and configuration options of an existing TeX Live installation. Some subcommands such as
paperhave their own usage documentation. More information: https://www.tug.org/texlive/doc/tlmgr.html#ACTIONS.
- 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 --all
- Show possible updates without updating anything:
tlmgr update --list
- Start a GUI version of tlmgr:
tlmgr gui
- List all TeX Live configurations:
tlmgr conf