TeamViewer是i386应用程序,因此它依赖于i386库。
首先,在Debian系统上启用multi-arch:
# dpkg --add-architecture i386 # apt update
接下来,安装准备工具:
# apt install libjpeg62-turbo:i386 wget gdebi-core
下载并安装TeamViewer
下载TeamViewer:
$wget https://download.teamviewer.com/download/teamviewer_i386.deb $ls teamviewer_i386.deb
使用gdebi
安装TeamViewer包:
# gdebi teamviewer_i386.deb 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现在可以从桌面导航菜单或者命令行开始。
请注意,TeamViewer的第一次启动可能需要一些时间。
$teamviewer Init... CheckCPU: SSE2 support: yes XRandRWait: No value set. Using default. XRandRWait: Started by user. Checking setup... wine: configuration in '/home/onitroad/.local/share/teamviewer12' has been updated. Launching TeamViewer ... Launching TeamViewer GUI ...
日期:2020-07-07 20:56:24 来源:oir作者:oir