libpng16-config

manipulate PNG image format files

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