[How to] Install TeamViewer 8 on ROSA 2012.1 x86_64

Guides, tutorials & docs
Post Reply
User avatar
NicCo
Amministratore
Amministratore
Posts: 4765
Joined: 6 December 2007, 19:54

[How to] Install TeamViewer 8 on ROSA 2012.1 x86_64

Post by NicCo »

It's available new version 8.x beta of widespread program TeamViewer

In the past, upto 7.x versions, I had to install also the wine32 program,
with the version 8.x beta, it seems wine32 is not more necessary

In the official site, there are many different packages:
http://www.teamviewer.com/it/download/linux.aspx

I choosed the suse 32, and download to a local folder (/home/user)
http://www.teamviewer.com/download/vers ... suse32.rpm

By the reason the requires have dfifferent names in redhat and suse too,
we need to force the installation ignoring the "unsatisfied requests" libs

From administrator user, you can now type and execute

Code: Select all

rpm -Uvh --nodeps /home/user/teamviewer_linux_suse32.rpm
Preparing...                ########################################### [100%]
   1:teamviewer             ########################################### [100%]
If TV shows an error window at boot, you can need install also this 32bit lib

Code: Select all

urpmi libxtst6
After having installed in this way, TeamViewer 8 has started immediately and seems working fine
.
--- Professional experience ---
Kernel designer, engineer, maintainer and tester for ROSA Desktop and OpenMandriva Lx O.S.

--- currently I'm playing with ---
LTS Kernels > Linux 4.1.12-nrjQL <<< Linux 3.18.17-nrjQL <<< Linux 3.14.46-nrjQL
EOL Kernels > Linux 3.19.8-nrjQL <<< Linux 3.17.8-nrjQL <<< Linux 3.15.10-nrjQL

Post Reply