在Ubuntu 16.04 Xenial Xerus Linux上安装TeamViewer

我们将使用“GDEBI”命令安装TeamViewer,因为它允许我们自动下载所有必需的TeamViewer依赖项。
首先安装gdebi包

$ sudo apt-get install gdebi

下载TeamViewer

使用浏览器下载Ubuntu版本的TeamViewer或者执行以下Wget命令:

$ wget https://downloadus2.teamviewer.com/download/version_12x/teamviewer_12.0.71510_i386.deb

启用多架构

TeamViewer包也取决于32位二进制文件。
因此,我们需要通过包含 i386存储库在我们的系统上启用多架构:

$ sudo  dpkg --add-architecture i386

安装TeamViewer

执行以下gdebi命令:

$ sudo gdebi teamviewer_12.0.71510_i386.deb 
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Reading state information... Done
Requires the installation of the following packages: gcc-6-base:i386 libasound2:i386 libc6:i386 libdbus-1-3:i386 libexpat1:i386 libfontconfig1:i386 libfreetype6:i386 libgcc1:i386 libgcrypt20:i386 libgpg-error0:i386 libice6:i386 libjpeg62:i386 liblzma5:i386 libpcre3:i386 libpng12-0:i386 libselinux1:i386 libsm6:i386 libsystemd0:i386 libuuid1:i386 libx11-6:i386 libxau6:i386 libxcb1:i386 libxdamage1:i386 libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxinerama1:i386 libxrandr2:i386 libxrender1:i386 libxtst6:i386 zlib1g:i386 
Remote control and meeting solution.
 TeamViewer provides easy, fast and secure remote access and meeting solutions
 to Linux, Windows PCs, Apple PCs and various other platforms,
 including Android and iPhone.
 .
 TeamViewer is free for personal use.
 You can use TeamViewer completely free of charge to access your private
 computers or to help your friends with their computer problems.
 .
 To buy a license for commercial use, please visit http://www.teamviewer.com
 .
 This package contains Free Software components.
 For details, see /opt/teamviewer/doc/license_onitroad.txt
Do you want to install the software package? [y/N]:y

启动TeamViewer

从命令终端启动它:

$ teamviewer

或者单击Ubuntu的“开始”菜单中的TeamViewer的图标。

日期:2020-07-07 20:55:48 来源:oir作者:oir