teamviewer存在linux版本_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 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 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,按照上面提到的命令进行安装即可

(可能发生的错误:

[root@localhost ~]# 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

。。。。即可

http://www.teamviewer.com/zhcn/help/index.aspx

有问题欢迎联系我。。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
要在Linux安装TeamViewer,您可以按照以下步骤进行操作: 1. 首先,打开TeamViewer官方网站(https://www.teamviewer.com)并转到下载页面。 2. 在下载页面上,选择适用于您的Linux发行版的TeamViewer版本TeamViewer支持各种不同的Linux发行版,如Ubuntu、Debian、Fedora、OpenSUSE等。 3. 选择适用于您的系统架构的安装包。根据您的系统是32位还是64位,选择相应的安装包。 4. 下载完安装包后,打开终端。 5. 使用cd命令导航到您下载安装包的目录。例如,如果您将安装包下载到“Downloads”文件夹中,可以使用以下命令进入该目录: ``` cd Downloads ``` 6. 接下来,使用以下命令将安装包解压缩: ``` tar -xzf teamviewer_<version>_amd64.tar.gz ``` 注意:请将 `<version>` 替换为您下载的实际版本号。 7. 解压缩后,使用以下命令进入解压缩后的目录: ``` cd teamviewer_<version> ``` 注意:同样,请将 `<version>` 替换为解压缩后的目录名。 8. 最后,执行以下命令以安装TeamViewer: ``` sudo ./teamviewer_setup ``` 9. 按照提示完成安装过程,并根据需要提供管理员密码。 10. 安装完成后,您可以在应用程序菜单中找到TeamViewer,并通过它进行远程连接。 这就是在Linux安装TeamViewer的基本步骤。请注意,具体步骤可能会因Linux发行版的不同而有所差异。在执行上述步骤时,请根据您使用的发行版进行适当的调整。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值