首页 > 其他 > 详细

Teamviewer install method

时间:2014-08-23 01:12:39      阅读:403      评论:0      收藏:0      [点我收藏+]

Debian, Mint, Ubuntu, Kubuntu, Xubuntu…

 

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

Notes to Multiarch:

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


Teamviewer install method

原文:http://my.oschina.net/u/1772607/blog/305792

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!