glib-compile-resources

Compiles resource files (e.g. images) into a binary resource bundle. These may be linked into GTK applications using the GResource API. More information: <https://manned.org/glib-compile-resources>.

Debian Debian
RUN apt-get update && \ apt-get install -y libglib2.0-dev-bin
Ubuntu
RUN apt-get update && \ apt-get install -y libglib2.0-dev-bin
Arch Arch Linux
RUN pacman -S --noconfirm glib2
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libglib2.0-dev-bin
CentOS
RUN yum install -y glib2-devel
Fedora
RUN dnf install -y glib2-devel
Raspbian
RUN apt-get update && \ apt-get install -y libglib2.0-bin
click the source code to copy install glib-compile-resources on any operating system with command-not-found.com