gs

GhostScript is a PDF and PostScript interpreter. More information: <https://manned.org/gs>.

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