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>.

Debian Debian
RUN apt-get update && \ apt-get install -y texlive-base
Ubuntu
RUN apt-get update && \ apt-get install -y texlive-base
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y texlive-base
CentOS
RUN yum install -y texlive-base
Fedora
RUN dnf install -y texlive-base
Raspbian
RUN apt-get update && \ apt-get install -y texlive-base
click the source code to copy install tlmgr on any operating system with command-not-found.com