Vnc Installation on Suse
TeamViewer and VNC installation on openSUSE As we all know that TeamViewer connects to any PC or server around the world within a few seconds. You can manage the remote machine as if you are logged into that machine. You can install TeamViewer on your openSuse box by following the below simple steps :: 1 > Download the TeamViewer package for openSUSE root@server[#] cd /usr/src root@server[#] wget http://www.teamviewer.com/download/teamviewer_linux_suse64.rpm 2 > Install the required binaries root@server[#] zypper install libfreetype6-32bit root@server[#] zypper install wine 3 > Install TeamViewer package by using zypper or rpm root@server[src]# rpm --install teamviewer_linux_suse64.rpm or root@server[src]# zypper in teamviewer_linux_suse64.rpm This will install TeamViewer on your machine. Now to access TeamViewer you have to install vnc viewer ...