Magick-config

image processing libraries providing ImageMagick interface

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