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 Взято с: http://linuxway.ru/poleznoe/ustanovka-teamviewer-8-v-ubuntu-12-10/
|