I have a 64-bit Red Hat 7.2 server that is isolated from the Internet.
I am able to SSH to it easily, as well as transfer files using USB.
I downloaded VNC-Server-5.0.5-Linux-x64.rpm
and tried to install it
yum install VNC-Server-5.0.5-Linux-x64.rpm
also tried:
rpm -ivh VNC-Server-5.0.5-Linux-x64.rpm
but it reported a missing dependency: xterm
When I downloaded and transfered xterm-179-5.EL.x86_64.rpm
it also required another dependency libXaw.7
and libtermcap.so.2()
.
When I found libXaw
and tried to install it, it required x11-data-bitmaps
. I am not sure when will this chain end.
I am not very skilled with linux, and have searched for a single rpm
file that contains all the required dependencies for VNC Server, but could not find such thing.
Is there a single file rpm
package that contains all required dependencies for VNC Server for Red Hat 7.2?
Edit: I ran yum deplist VNC-Server-5.0.5-Linux-x64.rpm
and got a list of 22 unsatisfied dependencies. Is there a single repository I can download that contain all the missing ones?