In this article I will show you how to install the latest TeamViewer, TeamViewer 8.0.17147, on the most popular Linux Operating Systems, like: Debian, Ubuntu, Linux Mint, Red Hat, Fedora, Cent OS or OpenSUSE.
The new TeamViewer has some cool features, such as authentication enabled for proxies or webcams for video-streaming.
So, let’s install TeamViewer 8.0.17147:
How to install TeamViewer 8.0.17147 on Ubuntu 12.10/12.04, Linux Mint 14/13, Debian Sid and other dpkg systems:
Install some dependencies first:
$ sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs
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
How to install TeamViewer 8.0.17147 on Fedora, Cent OS, openSUSE and Red Hat and other rpm systems:
These .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
i tried to install the 64bit version but i got this error message
Selecting previously unselected package teamviewer.
(Reading database … 162528 files and directories currently installed.)
Unpacking teamviewer (from teamviewer_linux_x64.deb) …
dpkg: dependency problems prevent configuration of teamviewer:
teamviewer depends on libc6-i386 (>= 2.4); however:
Package libc6-i386 is not installed.
teamviewer depends on lib32asound2; however:
Package lib32asound2 is not installed.
teamviewer depends on lib32z1; however:
Package lib32z1 is not installed.
teamviewer depends on ia32-libs; however:
Package ia32-libs is not installed.
dpkg: error processing teamviewer (–install):
dependency problems – leaving unconfigured
Errors were encountered while processing:
teamviewer
try installing the dependencies: libc6-i386, lib32asound2, lib32z1, ia32-libs and next, follow the teamviewer installation guide again:
$ sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs