System Grab Bag

View all TLDR pages from common (or from all pages)

tlmgr install

Install TeX Live packages. More information: https://www.tug.org/texlive/tlmgr.html.
  • Install a package and its dependencies:
    sudo tlmgr install {{package}}
  • Reinstall a package:
    sudo tlmgr install --reinstall {{package}}
  • Simulate installing a package without making any changes:
    tlmgr install --dry-run {{package}}
  • Install a package without its dependencies:
    sudo tlmgr install --no-depends {{package}}
  • Install a package from a specific file:
    sudo tlmgr install --file {{path/to/package}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.