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>.
Install
- All systems
-
curl cmd.cat/xrdb.sh
- Debian
-
apt-get install x11-xserver-utils
- Ubuntu
-
apt-get install x11-xserver-utils
- Arch Linux
-
pacman -S xorg-xrdb
- Kali Linux
-
apt-get install x11-xserver-utils
- CentOS
-
yum install xorg-x11-server-utils
- Fedora
-
dnf install xorg-x11-server-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install x11-xserver-utils
- Raspbian
-
apt-get install x11-xserver-utils
- Dockerfile
- dockerfile.run/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>.
-
Start `xrdb` in interactive mode:
xrdb
-
Load values (e.g. style rules) from a resource file:
xrdb -load ~/.Xresources
-
Query the resource database and print currently set values:
xrdb -query
© tl;dr; authors and contributors