pandoc

Convert documents between various formats. More information: <https://pandoc.org>.

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