xrdb

X window server's resource database utility for Unix-like systems. More information: <https://www.x.org/releases/X11R7.7/doc/man/man1/xrdb.1.xhtml>.

Debian Debian
RUN apt-get update && \ apt-get install -y x11-xserver-utils
Ubuntu
RUN apt-get update && \ apt-get install -y x11-xserver-utils
Arch Arch Linux
RUN pacman -S --noconfirm xorg-xrdb
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y x11-xserver-utils
CentOS
RUN yum install -y xorg-x11-server-utils
Fedora
RUN dnf install -y xorg-x11-server-utils
Raspbian
RUN apt-get update && \ apt-get install -y x11-xserver-utils
click the source code to copy install xrdb on any operating system with command-not-found.com