15Apr/100
Minimal X Server on Redhat
I needed to get Xwindows setup to run the Oracle gui installer remotely. The 'x windows group' in redhat is a little more than what I wanted or needed, so I set out to find the minimal number of packages required to get the job done.
Here's all you need:
yum install xorg-x11-xauth xorg-x11-xinit xorg-x11-deprecated-libs libXtst
and you can install xterm for good measure if you wish.









