I'm currently using an SSH client to interact with my server at work, and I've been wanting to change the default font and color scheme for a while now.
I learned that I needed to figure out how to do that for my specific terminal emulator, and that happens to be Xterm. The answers that I found here say that after creating a .Xresources file to run the command:
xrdb -merge ~/.Xresources
but when I run it I get the message:
The program 'xrdb' is currently not installed. To run 'xrdb' please ask your administrator to install the package 'x11-xserver-utils'
Unfortunately I don't have admin privileges. Is there any way to work around this? Thanks.