Page 1 of 1

[SOLVED] Teamviewer v9 installation - missing libXtst.so.6

PostPosted: Dec 10th, '13, 17:09
by janpihlgren
I try to install latest Teamviewer-9.0.24147-1.i686. I need to use this version because I have to help a person that use the latest version.
I have downloaded rpm v9.0.24147.
When I try to install the program I get the error that libXtst.so.6 is missing.
Where can I find and install that fil?

Re: Missing libXtst.so.6

PostPosted: Dec 10th, '13, 18:49
by doktor5000
From your normal repositories? Have you enabled i586 repositories?

Re: Teamviewer v9 installation - missing libXtst.so.6

PostPosted: Dec 11th, '13, 05:20
by janpihlgren
doktor5000
From your normal repositories? Have you enabled i586 repositories?

Cant' find in the repositories, Yes, I can see packages for i586.
But when I search for libXtst.so.6 the result is zero.

Re: Teamviewer v9 installation - missing libXtst.so.6

PostPosted: Dec 11th, '13, 07:38
by Ken-Bergen
Code: Select all
[ken@localhost bin]$ urpmq --whatprovides  libXtst.so.6
libxtst6
[ken@localhost bin]$

Re: Teamviewer v9 installation - missing libXtst.so.6

PostPosted: Dec 11th, '13, 07:47
by janpihlgren
[root@Humlan bin]# urpmq --whatprovides libXtst.so.6
Inget paket med namn liibXtst.so.6
[root@Humlan bin]#

Translate = No package with name liibXtst.so.6

Re: Teamviewer v9 installation - missing libXtst.so.6

PostPosted: Dec 11th, '13, 08:10
by Ken-Bergen
And the output of
Code: Select all
urpmq --list-media active
?

Re: Teamviewer v9 installation - missing libXtst.so.6

PostPosted: Dec 11th, '13, 08:19
by janpihlgren
[root@Humlan bin]# urpmq --list-media active
Core Updates (distrib1)
Nonfree Updates (distrib2)
Tainted Updates (distrib3)
Core Release (distrib7)
Core Updates (distrib9)
Nonfree Release (distrib17)
Nonfree Updates (distrib19)
Tainted Release (distrib27)
Tainted Updates (distrib29)
Core Release (distrib52)
Core Updates (distrib54)
Nonfree Release (distrib62)
Nonfree Updates (distrib64)
Tainted Release (distrib72)
Tainted Updates (distrib74)
[root@Humlan bin]#

Re: Teamviewer v9 installation - missing libXtst.so.6

PostPosted: Dec 11th, '13, 08:42
by Ken-Bergen
That's a mess as you've added media three times. :shock:
That aside please post the output of
Code: Select all
urpmq --list-url

Re: Teamviewer v9 installation - missing libXtst.so.6

PostPosted: Dec 11th, '13, 09:01
by janpihlgren
There is only possible to list maxmun 15 urls
There will also be
Core Release cdrom media/core
Nonfree Release cdrom media/nonfree

Code: Select all
Core Updates (distrib1) http://fr2.rpmfind.net/linux/mageia/distrib/3/x86_64/media/core/updates
Nonfree Updates (distrib2) http://fr2.rpmfind.net/linux/mageia/distrib/3/x86_64/media/nonfree/updates
Tainted Updates (distrib3) http://fr2.rpmfind.net/linux/mageia/distrib/3/x86_64/media/tainted/updates
Core Release (distrib7) ftp://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/3/x86_64/media/core/release
Core Updates (distrib9) ftp://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/3/x86_64/media/core/updates
Nonfree Release (distrib17) ftp://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/3/x86_64/media/nonfree/release
Nonfree Updates (distrib19) ftp://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/3/x86_64/media/nonfree/updates
Tainted Release (distrib27) ftp://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/3/x86_64/media/tainted/release
Tainted Updates (distrib29) ftp://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/3/x86_64/media/tainted/updates
Core Release (distrib52) ftp://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/3/x86_64/media/core/release
Core Updates (distrib54) ftp://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/3/x86_64/media/core/updates
Nonfree Release (distrib62) ftp://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/3/x86_64/media/nonfree/release
Nonfree Updates (distrib64) ftp://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/3/x86_64/media/nonfree/updates
Tainted Release (distrib72) ftp://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/3/x86_64/media/tainted/release
Tainted Updates (distrib74) ftp://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/3/x86_64/media/tainted/updates

Re: Teamviewer v9 installation - missing libXtst.so.6

PostPosted: Dec 11th, '13, 09:11
by Ken-Bergen
You're missing i586/media/core/release and i586/media/core/updates which is where the package in question is.

Re: Teamviewer v9 installation - missing libXtst.so.6

PostPosted: Dec 11th, '13, 11:20
by janpihlgren
:D :D Thanks!! :D :D
"KenBergen"
The last info solved the problem.

Re: Teamviewer v9 installation - missing libXtst.so.6

PostPosted: Dec 11th, '13, 11:30
by doktor5000
By the way, no need to use urpmq or urpmf to search for libraries, urpmi by default uses -p to search in provides, which will install the relevant library packages. If they are available in the currently configured repositories.

man urpmi wrote: -p Allow search in provides to find the package (this is the default).


Please mark as [SOLVED] after fixing your repositories.