pdflatex

Compile a PDF document from LaTeX source files. More information: <https://manned.org/pdflatex>.

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-bin
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y texlive-latex-base
Fedora
RUN dnf install -y texlive-latex-bin-bin-6
Raspbian
RUN apt-get update && \ apt-get install -y texlive-latex-base
click the source code to copy install pdflatex on any operating system with command-not-found.com