gimp

GNU image manipulation program. See also: krita. More information: <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>.

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