gsettings

Query and modify dconf settings with schema validation. More information: <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_the_desktop_environment_in_rhel_8/configuring-gnome-at-low-level_using-the-desktop-environment-in-rhel-8#using-gsettings-command_configuring-gnome-at-low-level>.

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