Installing tigervnc-server fails on RHEL 6.1 with the message below. One person recommended installing all of the xorg-x11 packages, but that gives the same message (below too).
Do I need to add new repositories? If there is another version of VNC that will install on RHEL I can use that too.
Thanks.
====================================================
yum install tigervnc-server
Loaded plugins: product-id, refresh-packagekit, subscription-manager
Updating Red Hat repositories.
Setting up Install Process
No package tigervnc-server available.
Error: Nothing to do
[root@dean-rhel dean]# yum install xorg-x11*
Loaded plugins: product-id, refresh-packagekit, subscription-manager
Updating Red Hat repositories.
Setting up Install Process
Nothing to do
Is your machine looking at the "workstation" repository? That is where I see TigerVNC located:
Your system doesn't have an active entitlement. Register the system with Red Hat Network and assign an active subscription to it.
Looks like it doesn't like just tigervnc-server.
Try
yum install tigervnc-server*
I get tigervnc-server.x86_64 as an option.
Hope this helps!