Searching...
Sunday, September 8, 2013

Install teamviewer in Linux

1:11 PM

At First Install dependencies

$ sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs


Now Download the teamviewer*.deb file:

 For 32 bit systems:
$ wget www.teamviewer.com/download/teamviewer_linux.deb



For 64 bib systems:
$ wget www.teamviewer.com/download/teamviewer_linux_x64.deb



Install TeamViewer:

 $ sudo dpkg -i teamviewer*.deb



For Fedora, Cent OS, openSUSE and Red Hat and other rpm systems:
 .rpm files works for both 32 and 64 bit systems, because it is multiarch.

Download teamviewer:
$ wget www.teamviewer.com/download/teamviewer_linux.rpm

Install teamviewer:
$ sudo rpm -i teamviewer*.rpm

Thanks all.

0 comments:

Post a Comment

Followers