latex

Compile a DVI document from LaTeX source files. More information: <https://www.latex-project.org>.

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