LinuxCommandLibrary

tlmgr-install

Install TeX Live packages

TLDR

Install package

$ tlmgr install [package]
copy
Install multiple packages
$ tlmgr install [package1] [package2]
copy
Install with dependencies
$ tlmgr install --with-doc --with-src [package]
copy
Dry run
$ tlmgr install --dry-run [package]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community