MagickCore-config

ImageMagick app development

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 libmagickcore-dev
CentOS
RUN yum install -y ImageMagick-devel
Fedora
RUN dnf install -y ImageMagick-devel-1
Raspbian
RUN apt-get update && \ apt-get install -y libmagickcore-dev
click the source code to copy install MagickCore-config on any operating system with command-not-found.com