gdbus-codegen

A library of handy utility functions

Install

All systems
curl cmd.cat/gdbus-codegen.sh
Debian Debian
apt-get install libglib2.0-dev-bin
Ubuntu
apt-get install libglib2.0-dev-bin
Arch Arch Linux
pacman -S glib2
image/svg+xml Kali Linux
apt-get install libglib2.0-dev-bin
CentOS
yum install glib2-devel
Fedora
dnf install glib2-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install libglib2.0-dev-bin
Raspbian
apt-get install libglib2.0-dev

glib2-devel

A library of handy utility functions

libglib2.0-dev

Development files for the GLib library

GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. This package is needed to compile programs against libglib2.0-0, as only it includes the header files and static libraries (optionally) needed for compiling.

libglib2.0-dev-bin

Development utilities for the GLib library

GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. This package is needed to compile programs against libglib2.0-0. It contains development utilities typically run during compilation and should not be installed directly. Use libglib2.0-dev instead.

glib2

A library of handy utility functions