inkscape

An SVG (Scalable Vector Graphics) editing program. For Inkscape versions up to 0.92.x, use -e instead of -o. More information: <https://inkscape.org>.

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