Устанавливаем TeamViewer12 на debian

Дано:

  • Operating System: — Debian 9.3 Stretch
  • Software: — TeamViewer 12.0.93330

 

Порядок установки:

 

# dpkg --add-architecture i386
# apt update

Next, install prerequisites and tools to help with the actual installation:

# apt install libjpeg62-turbo:i386 wget gdebi-core

Download and install TeamViewer

Скачиваем TeamViewer с сайта(на момент написания к скачиванию прежних версий предлагался этот — teamviewer_12.0.93330_i386.deb). Скачиваем, смотрим у себя в загрузках:

$ ls
teamviewer_12.0.93330_i386.deb

The TeamViewer package should be now located withing your working directory and ready to be installed. Use gdebi(можно из пакетов ставить: apt install gdebi) to install TeamViewer package:

# gdebi teamviewer_12.0.93330_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_foss.txt
Do you want to install the software package? [y/N]:y

Запускаем из терминала:

$ teamviewer
Init...
CheckCPU: SSE2 support: yes
XRandRWait: No value set. Using default.
XRandRWait: Started by user.
Checking setup...
wine: configuration in '/home/linuxconfig/.local/share/teamviewer12' has been updated.
Launching TeamViewer ...
Launching TeamViewer GUI ...

TeamViewer installation on Debian 9 stretch