标签:style http color os io strong for ar linux
For 32-bit DEB-systems you need the teamviewer_linux.deb package.
For 64-bit DEB-systems without Multiarch you need the teamviewer_linux_x64.deb package. Please see note onMultiarch below.
For installing TeamViewer, we recommend using the graphical installer.
If you prefer to use the command line or if there is no graphical installer available you can use either one of these commands:
For the 32-bit package:
sudo dpkg -i teamviewer_linux.deb
For the 64-bit package:
sudo dpkg -i teamviewer_linux_x64.deb
In case “dpkg” indicates missing dependencies, complete the installation by executing the following command:
sudo apt-get install -f
On newer 64-bit DEB-systems with Multiarch-support (Debian 7) teamviewer_linux_x64.deb cannot be installed because the package ia32-libs is not available anymore on these systems. In this case you can useteamviewer_linux.deb instead.
In case you get the error “wrong architecture i386” you have to execute the following command lines:
dpkg --add-architecture i386
apt-get update
For further information: http://wiki.debian.org/Multiarch/HOWTO
标签:style http color os io strong for ar linux
原文地址:http://my.oschina.net/u/1772607/blog/305792