tlmgr

Manages packages and configuration options of an existing TeX Live installation. Some subcommands such as tlmgr paper have their own usage documentation. More information: <https://www.tug.org/texlive/tlmgr.html>.

Install

All systems
curl cmd.cat/tlmgr.sh
Debian Debian
apt-get install texlive-base
Ubuntu
apt-get install texlive-base
image/svg+xml Kali Linux
apt-get install texlive-base
CentOS
yum install texlive-base
Fedora
dnf install texlive-base
Windows (WSL2)
sudo apt-get update sudo apt-get install texlive-base
Raspbian
apt-get install texlive-base

Manages packages and configuration options of an existing TeX Live installation. Some subcommands such as tlmgr paper have their own usage documentation. More information: <https://www.tug.org/texlive/tlmgr.html>.

  • 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

© tl;dr; authors and contributors