Hi,
I managed to set up Teamviewer according to the following instruction but unable to launch Teamviewer
Step 1: Open Terminal (Applications >> Utilities >> Terminal).
Step 2: Switch to the root user.
su -
Step 3: Enable EPEL repository on the server.
Step 4: Install the wget package.
yum -y install wget
Step 5: Download the latest version of TeamViewer (v13 at the time of writing).
wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm
Step 6: Install the TeamViewer using the yum command.
yum -y install teamviewer.x86_64.rpm
Step 7: Start TeamViewer.
The application just wont start. Please help