Linux – Xwindows on Red Hat linux

linuxredhat

We have leased a Redhat linux server to install database..

We want to start a graphical user interface

When I type xclock

-bash: xclock]: command not found

What are the libraries which needs to be installed..

I looked into /usr/X11R6/bin but it contains only two files mkfontdir & mkfontscale and none with X…

Could you please advise ?

Best Answer

If your system is entitled to Red Hat support (or if it's a CentOS machine), just

yum install xorg-x11-apps.

other usefull yum(1) commands:

yum provides '*/xclock'

yum grouplist

yum groupinstall 'X Window System'