LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-09-2013, 10:29 AM   #1
kamesh2606
LQ Newbie
 
Registered: Dec 2013
Posts: 2

Rep: Reputation: Disabled
team viewer not installed in my rhel 6.4 64 bit


it shows when i try to install like this..
teamviewer-8.0.20931-1.i686 requires libSM.so.6
teamviewer-8.0.20931-1.i686 requires libXfixes.so.3
teamviewer-8.0.20931-1.i686 requires libXrender.so.1
teamviewer-8.0.20931-1.i686 requires libXtst.so.6
teamviewer-8.0.20931-1.i686 requires libasound.so.2
teamviewer-8.0.20931-1.i686 requires libXdamage.so.1
teamviewer-8.0.20931-1.i686 requires libXext.so.6
teamviewer-8.0.20931-1.i686 requires libz.so.1
teamviewer-8.0.20931-1.i686 requires libfreetype.so.6
 
Old 12-09-2013, 01:41 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,553

Rep: Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946
Quote:
Originally Posted by kamesh2606 View Post
it shows when i try to install like this..
teamviewer-8.0.20931-1.i686 requires libSM.so.6
teamviewer-8.0.20931-1.i686 requires libXfixes.so.3
teamviewer-8.0.20931-1.i686 requires libXrender.so.1
teamviewer-8.0.20931-1.i686 requires libXtst.so.6
teamviewer-8.0.20931-1.i686 requires libasound.so.2
teamviewer-8.0.20931-1.i686 requires libXdamage.so.1
teamviewer-8.0.20931-1.i686 requires libXext.so.6
teamviewer-8.0.20931-1.i686 requires libz.so.1
teamviewer-8.0.20931-1.i686 requires libfreetype.so.6
Unless you provide details, no one is going to be able to help you with anything. How are you trying to install it? What command(s) are you typing in? Where did you get Teamviewer? Some VERY obvious things wrong are:
  • You're installing version 8, when the latest is version 9
  • You say you have 64 bit RHEL, but are installing the 32 bit teamviewer
And most importantly, have you contacted Red Hat support??? They can help you with things like installing packages, and most likely will tell you to use 'yum install <package name>', which will resolve missing dependencies automatically. Unless you are PAYING for RHEL, you SHOULD NOT USE IT, but should be using CentOS instead.
 
Old 12-09-2013, 05:49 PM   #3
kamesh2606
LQ Newbie
 
Registered: Dec 2013
Posts: 2

Original Poster
Rep: Reputation: Disabled
thanks for reply TBone.But i tried 9 version also. it shows.

# yum install teamviewer_linux.rpm

Loaded plugins: aliases, changelog, downloadonly, kabi, presto, product-id,
: refresh-packagekit, security, subscription-manager, tmprepo,
: verify, versionlock
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Loading support for Red Hat kernel ABI
Setting up Install Process
Examining teamviewer_linux.rpm: teamviewer-9.0.24147-1.i686
Marking teamviewer_linux.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package teamviewer.i686 0:9.0.24147-1 will be installed
--> Processing Dependency: libasound.so.2 for package: teamviewer-9.0.24147-1.i686
--> Processing Dependency: libfreetype.so.6 for package: teamviewer-9.0.24147-1.i686
--> Processing Dependency: libz.so.1 for package: teamviewer-9.0.24147-1.i686
--> Processing Dependency: libSM.so.6 for package: teamviewer-9.0.24147-1.i686
--> Processing Dependency: libXdamage.so.1 for package: teamviewer-9.0.24147-1.i686
--> Processing Dependency: libXext.so.6 for package: teamviewer-9.0.24147-1.i686
--> Processing Dependency: libXfixes.so.3 for package: teamviewer-9.0.24147-1.i686
--> Processing Dependency: libXrandr.so.2 for package: teamviewer-9.0.24147-1.i686
--> Processing Dependency: libXrender.so.1 for package: teamviewer-9.0.24147-1.i686
--> Processing Dependency: libXtst.so.6 for package: teamviewer-9.0.24147-1.i686
--> Finished Dependency Resolution
Error: Package: teamviewer-9.0.24147-1.i686 (/teamviewer_linux)
Requires: libXdamage.so.1
Error: Package: teamviewer-9.0.24147-1.i686 (/teamviewer_linux)
Requires: libXext.so.6
Error: Package: teamviewer-9.0.24147-1.i686 (/teamviewer_linux)
Requires: libfreetype.so.6
Error: Package: teamviewer-9.0.24147-1.i686 (/teamviewer_linux)
Requires: libXrender.so.1
Error: Package: teamviewer-9.0.24147-1.i686 (/teamviewer_linux)
Requires: libXfixes.so.3
Error: Package: teamviewer-9.0.24147-1.i686 (/teamviewer_linux)
Requires: libSM.so.6
Error: Package: teamviewer-9.0.24147-1.i686 (/teamviewer_linux)
Requires: libXtst.so.6
Error: Package: teamviewer-9.0.24147-1.i686 (/teamviewer_linux)
Requires: libasound.so.2
Error: Package: teamviewer-9.0.24147-1.i686 (/teamviewer_linux)
Requires: libXrandr.so.2
Error: Package: teamviewer-9.0.24147-1.i686 (/teamviewer_linux)
Requires: libz.so.1
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
 
Old 12-10-2013, 08:33 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,553

Rep: Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946Reputation: 7946
Quote:
Originally Posted by kamesh2606 View Post
thanks for reply TBone.But i tried 9 version also. it shows.

# yum install teamviewer_linux.rpm

Loaded plugins: aliases, changelog, downloadonly, kabi, presto, product-id,
: refresh-packagekit, security, subscription-manager, tmprepo,
: verify, versionlock
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.

You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Ok, but you seem to have ignored things posted before, and didn't answer the questions you were asked. WHERE did you get the teamviewer RPM? Did you get the RIGHT RPM for your system? And HAVE YOU CONTACTED RED HAT SUPPORT????

The line in bold above is very clear: you either have not paid for your Red Hat Enterprise system, or it's not registered. Again, unless you install all the dependencies needed for Teamviewer (and it's TELLING YOU what they are), it won't work. If you don't register your system, you won't be able to install the missing dependencies, it's that simple.

So, your options are to pay for Red Hat Enterprise and re-run the yum command after you get subscribed, or rebuild your system using CentOS and use the yum command.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can i use team viewer, if my computer is locked Linux@Capgemini Linux - Newbie 3 09-09-2015 08:57 PM
How to install Team viewer on Fedora 9 mahi1234$ Linux - Newbie 2 09-08-2011 06:01 AM
install of team viewer meil Linux - Server 2 09-07-2011 08:43 PM
Team Viewer not working in squid/2.5.STABLE1 saumya.bhattacharya Linux - Newbie 0 06-10-2011 06:15 AM
Looking for Team - 3D Model Viewer & Converter jan1024188 General 0 10-29-2007 04:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration