gdlib-config

The development libraries and header files for gd

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