tlmgr-install
Install TeX Live packages
TLDR
Install package
$ tlmgr install [package]
Install multiple packages$ tlmgr install [package1] [package2]
Install with dependencies$ tlmgr install --with-doc --with-src [package]
Dry run$ tlmgr install --dry-run [package]
SYNOPSIS
tlmgr install [options] package...
DESCRIPTION
tlmgr install installs TeX Live packages from CTAN repositories. Resolves dependencies automatically. Part of TeX Live Manager for managing LaTeX packages and fonts.
PARAMETERS
--with-doc
Include documentation.--with-src
Include source files.--dry-run
Show what would be installed.--file
Package is a local file.--reinstall
Reinstall package.
SEE ALSO
tlmgr-remove(1), tlmgr-update(1), tlmgr(1)
