Below are two simple commands, that cover full installation of VNC server with all necessary X11 desktop support packages on RedHat/CentOS/Oracle Linux 6.x platforms via YUM (found it somewhere on forums and slightly modified for my own needs):
# yum groupinstall -y "Desktop" "Desktop Platform" "Fonts" "General Purpose Desktop" "Graphical Administration Tools" "Input Methods" "KDE Desktop" "Legacy X Window System compatibility" "X Window System"
# yum install -y tigervnc-server
Then you can start VNC server will full desktop support:
# vncserver
Comments: none (click here to reply) Tags: How-to | Linux | Работа
|