linux:TeamViewer安装使用详解

How do I install TeamViewer on my Linux distribution?

Graphical installation

For installing TeamViewer, we recommend using the graphical installer. The graphical installer can be invoked by (double) clicking the downloaded package.

If this is not the case and, e.g. the Archive Manager opens up, open the context menu instead (right-click on the downloaded package). Depending on your distribution you will get different possibilities to install the package, e.g. “Open with software installation”, “Open with GDebi package installer”, “Open with Ubuntu Software Center”, or “Open with> QApt package installer”.

RedHat, CentOS, Fedora, SUSE

You need the teamviewer_linux.rpm package.

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:

  • yum install teamviewer_linux.rpm (recommended, as it will install missing dependencies)
  • rpm -i teamviewer_linux.rpm

In case “yum” is asking for a missing public key, you can download it here and import the key by using following command:

  • rpm --import TeamViewer_Linux_PubKey.asc

After importing the public key, please execute the “yum”-command again to install the TeamViewer rpm.

Notes to Red Hat 4.x:

We do not offer packages for RedHat/CentOS 4.x. If you have a need to run TeamViewer on RedHat/CentOS 4.x, please contact our technical support.

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 seenote 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 use teamviewer_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

Other platforms

TeamViewer does also run on a lot of other distributions, although not officially supported.

You can use our tar.gz package which will only create files in the directory where you extract it to. The tar.gz package works, if the libraries that TeamViewer depends on are installed which is often the case.

On Mandriva/Mageia TeamViewer can be installed using the following command:

  • urpmi --force --allow-nodeps teamviewer_linux.rpm

On PCLinuxOS TeamViewer can be installed from the repository. The package is provided by the PCLinuxOS team.

注释:

1,按照链接http://www.teamviewer.com/下载对应的版本

2,按照上面提到的命令进行安装即可

(可能发生的错误:必须配置yum 本地 和 远程注册上一个博客

[[email protected] ~]# rpm -Uivh /home/liveuser/Downloads/teamviewer_linux.rpm
warning:/home/liveuser/Downloads/teamviewer_linux.rpm: Header V4 DSA/SHA1Signature, key ID 72db573c: NOKEY
error: Failed dependencies:
        libc.so.6(GLIBC_2.4) is needed by teamviewer-8.0.17147-1.i686
        libgcc_s.so.1 is needed by teamviewer-8.0.17147-1.i686
        libasound.so.2 is needed by teamviewer-8.0.17147-1.i686
        libfreetype.so.6 is needed by teamviewer-8.0.17147-1.i686
        libz.so.1 is needed by teamviewer-8.0.17147-1.i686
        libSM.so.6 is needed by teamviewer-8.0.17147-1.i686
        libXdamage.so.1 is needed by teamviewer-8.0.17147-1.i686
        libXext.so.6 is needed by teamviewer-8.0.17147-1.i686
        libXfixes.so.3 is needed by teamviewer-8.0.17147-1.i686
        libXrender.so.1 is needed by teamviewer-8.0.17147-1.i686
        libXtst.so.6 is needed by teamviewer-8.0.17147-1.i686

)

yum install teamviewer_linux.rpm

。。。。即可

时间: 2024-12-06 21:59:58

linux:TeamViewer安装使用详解的相关文章

linux下安装drbd详解

关于drbd理论方面的知识本文中不做介绍,本文章主要讲述如何搭建drbd. 一.系统环境   系统平台: Centos6.3(内核2.6.32-431.29.2.el6.x86_64) 节点一主机名: Cenos-HA1     IP:192.168.1.202 节点一主机名: Cenos-HA2     IP:192.168.1.202  DRBD版本:DRBD-8.4.3 二.安装   1.准备 (1).关闭iptables和SELINUX,避免安装过程中报错. 节点1和节点2 #/etc/

Linux pip安装使用详解

简介 pip是Python有它自己的包管理工具,与yum和apt-get相似. 安装步骤: 1.下载get-pip.py:https://bootstrap.pypa.io/get-pip.py 2.以root用户运行命令:python get-pip.py,即可完成安装. 使用详解 1.pip安装软件 # pip install SomePackage [...] Successfully installed SomePackage 2.pip查看已安装的软件 # pip show --fil

linux下安装apache详解

下载httpd-2.2.6.tar.bz2  把httpd-2.2.6.tar.bz2放到/soft 下[[email protected] ~]#cd /soft[[email protected] soft]#tar jxvf httpd-2.2.6.tar.bz2    //解压apache的压缩包[[email protected] soft]#cd httpd-2.2.6     //定位到httpd-2.2.6 文件夹下[[email protected] httpd-2.2.6]#

Linux yum安装软件过程详解(一)

linux上用yum 方式安装软件并注册成服务 yum -y install httpd* 配置文件位置: /etc/httpd/conf/httpd.conf 服务脚本位置: /etc/rc.d/init.d/httpd 启动服务命令 service httpd restart service默认会启动/etc/rc.d/init.d/下的httpd脚本

Linux 离线安装Rubygems详解

很多时候我们会发现,真实的生成环境很多都没有外网,只有内网环境,这个时候我们又需要安装RubyGems,则不能提供yum命令进行在线安装了,这个时候我们就需要下载安装包进行离线安装.本文主要简单介绍如果离线安装RubyGems 安装之前我们简单介绍下RubyGems 一.RubyGems简介 RubyGems 是 Ruby 的一个包管理器,它提供一个分发 Ruby 程序和库的标准格式,还提供一个管理程序包安装的工具. RubyGems 旨在方便地管理 gem 安装的工具,以及用于分发 gem 的

Linux离线安装Ruby详解

很多时候我们会发现,真实的生成环境很多都没有外网,只有内网环境,这个时候我们又需要安装Ruby,则不能提供yum命令进行在线安装了,这个时候我们就需要下载安装包进行离线安装.本文主要简单介绍如果离线安装Ruby 安装之前我们简单介绍下Ruby 一.Ruby简介 Ruby是一种纯粹的面向对象编程语言.它由日本的松本行弘(まつもとゆきひろ/Yukihiro Matsumoto)创建于1993年. 您可以在 www.ruby-lang.org 的 Ruby 邮件列表上找到松本行弘(まつもとゆきひろ/Y

虚拟机VMware下安装Red Hat Linux 9.0步骤详解

注意:本安装全部是在虚拟机上进行的,用的是ISO镜像文件安装. 1.安装完VMware  Workstation后,启动VMware  Workstation,新建一个虚拟机,其主界面如下图. 2.VMware  Workstation的配置 VMware  Workstation安装完毕后,利用它可以建立多个虚拟机,每新建一个虚拟机,就会要求你建立一个配置文件.这个配置文件实际上相当于新电脑的"硬件配置",你可以在配置文件中决定虚拟机的硬盘如何配置,内存多大,准备运行哪种操作系统,是

linux PHP 编译安装参数详解

linux PHP 编译安装参数详解 ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-

linux上源码安装MySQL详解

最近需要使用MySQL Fabric,这货是MySQL5.6.10之后才出现的utility.手头机器装的是MySQL5.1,所以需要先把旧版MySQL升级成5.6版本.之前没有玩过MySQL,所以这次稍微费了点事.在此,把过程记录下来,希望能给有需求的人提供一点帮助.下面我们就正式开始. 1. 删除老版本MySQL 其实删除老版MySQL是一件很简单的事,但是开始时候由于担心各个包的依赖会导致各种问题,亦步亦趋来得很慢.其实只需要做到这么几步就可以了: 1.1 查看已安装的mysql版本并删除