RHEL – Installing X Windows (required for Oracle Installs)

This is the quick and easy way to install X windows on your RHEL server

> yum groupinstall “X Window System” “Fonts”

To verify that is works, you ssh to your box using -X and then run “xclock” to verify that X windowing works.

> ssh -X  myaccount@myhost
> echo $DISPLAYl
localhost:11.0
> xclock