Sponsored Content
Full Discussion: Installing teamviewer
Operating Systems Linux Red Hat Installing teamviewer Post 302871597 by AMARNATHGAINI on Wednesday 6th of November 2013 12:26:01 PM
Old 11-06-2013
Installing teamviewer

hello

i am trying to install the teamviewer in RHEL6 but it giving the error.
----------------------------------------------------------------------------------------------------------
[root@localhost Amarnath]# rpm -i teamviewer_linux.rpm
warning: teamviewer_linux.rpm: Header V4 DSA/SHA1 Signature, key ID 72db573c: NOKEY
error: Failed dependencies:
libasound.so.2 is needed by teamviewer-8.0.20931-1.i686
libfreetype.so.6 is needed by teamviewer-8.0.20931-1.i686
libSM.so.6 is needed by teamviewer-8.0.20931-1.i686
libXdamage.so.1 is needed by teamviewer-8.0.20931-1.i686
libXext.so.6 is needed by teamviewer-8.0.20931-1.i686
libXfixes.so.3 is needed by teamviewer-8.0.20931-1.i686
libXrender.so.1 is needed by teamviewer-8.0.20931-1.i686
libXtst.so.6 is needed by teamviewer-8.0.20931-1.i686
--------------------------------------------------------------------------------------------------

please help me to come out from this. i am beginner with RHEL6.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

installing

hey i want to install freebsd 5.1 but i ran into some problems i have a old cpu, i made boot disks from kern.flp and mfsboot.flp from the cd, and boot up, when i'm done and gonna install, it won't find the cd, then i tryed to installed with ftp, but i coulden't figure out how to do, i have a DHCP... (5 Replies)
Discussion started by: ekizz
5 Replies

2. AIX

How to installing .h of Dt

hi, everybody£º i have a question, pls help me¡£ OS : RS/6000 AIX 4.3.3 cPU : Powerpc,POWER3 I install X11.Dt, X11.apps, X11.base, X11.compat, X11.motif, X11.vsm full and Optional install X11.fnt using smitty! When i compling my gui programs , i found that all the include file of ... (1 Reply)
Discussion started by: q30
1 Replies

3. Linux

Help Installing RH.9

Yea, im having a little confusion towards installing red-hat using promise controllers. It was more easy with Windows cause it prompts me and i just press F6 at the beginning of the installation and then it gives me the list of the controllers i need (from a floppy). I tried using the noprobe on... (5 Replies)
Discussion started by: kyoist
5 Replies

4. Debian

installing X?

I just reformatted my computer because of a bad tip I and I installed only the base-system to add what I'd want later. My question is how/where can I get a good X-server for Debian? I'm so used to gnome and don't really like it and want to try something else. I heard about something called: Xfree... (1 Reply)
Discussion started by: riwa
1 Replies

5. UNIX for Dummies Questions & Answers

Installing SCREEN

Hello, I tried installing Screen from that I downloaded off of sunfreeware.com. But I can't get it to work. When I attempt to run it I receive: # screen You are not the owner of /tmp/uscreens/S-root. # The owner of that is bin. Permissions are 777. I installed it as root. Any ideas? (1 Reply)
Discussion started by: FredSmith
1 Replies

6. AIX

Installing TL/ML's

Question from an AIX noob -- I recently installed an AIX box with what I thought was recent 5.3 media. After the install it was at ML 5300-00. My question is, it seems as if each ML/TL needs to be installed prior to the next - which currently makes 6(?) updates. Am I missing something - is... (4 Replies)
Discussion started by: tb0ne
4 Replies

7. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

8. Ubuntu

Re Installing windows XP after installing KUBUNTU

Hi I have dual operating system i.e Win XP and KUBUNTU. Now my windows XP is corrupted and i want to reinstall Win XP. So i just want to know Shall i have to reinstall Linux also or i can only reinstall win xp without affecting linux installation. Thanks Sarbjit (3 Replies)
Discussion started by: sarbjit
3 Replies

9. AIX

Teamviewer on AIX

Has anyone used Teamviewer on AIX ; I tried installing the rpm package which could be downloaded from here root@test4:/aix_software>rpm -Uvh teamviewer_linux.rpm error: failed dependencies: libc.so.6(GLIBC_2.4) is needed by teamviewer-8.0.20931-1 libgcc_s.so.1 is needed by... (3 Replies)
Discussion started by: filosophizer
3 Replies

10. Red Hat

Teamviewer Installation

Hello, i am trying to install Teamviewer in RHEL6 and i get this error. ------------------------------------------------------------------------------------------------------ # rpm -i teamviewer_linux.rpm warning: teamviewer_linux.rpm: Header V4 DSA/SHA1 Signature, key ID 72db573c: NOKEY... (1 Reply)
Discussion started by: AMARNATHGAINI
1 Replies
GO(1)							      General Commands Manual							     GO(1)

NAME
go - tool for managing Go source code SYNOPSIS
go command [arguments] DESCRIPTION
The Go distribution includes a command, named go, that automates the downloading, building, installation, and testing of Go packages and commands. COMMANDS
Each command is documented in its own manpage. For example, the build command is documented in go-build(1). The commands are: build compile packages and dependencies clean remove object files doc run godoc on package sources env print Go environment information fix run go tool fix on packages fmt run gofmt on package sources get download and install packages and dependencies install compile and install packages and dependencies list list packages run compile and run Go program test test packages tool run specified go tool version print Go version vet run go tool vet on packages EXAMPLES
TODO SEE ALSO
go-build(1), go-clean(1). AUTHOR
This manual page was written by Michael Stapelberg <stapelberg@debian.org>, for the Debian project (and may be used by others). 2012-05-13 GO(1)
All times are GMT -4. The time now is 10:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy