En este tutorial veremos como instalar TeamViewer en GNU/Linux Debian 9 Strech de 64Bits
PASO 1 – Abrimos una terminal y vamos a la carpeta descargas
$ cd Descargas/
PASO 2 – Descargamos el paquete .deb para GNU/Linux Debian 32/64Bits
$ wget https://download.teamviewer.com/download/teamviewer_i386.deb
PASO 3 – Nos hacemos root
$ su
PASO 4 – Agregamos la multi arquitectura y actualizamos los repositorios
# dpkg --add-architecture i386 # apt-get update
PASO 5 – Instalamos las librerías para Debian 9 Stretch de 64Bits
# apt install libjpeg62-turbo:i386 gdebi-core
PASO 6 – Instalamos el paquete .deb
# dpkg -i teamviewer_i386.deb
PASO 7 – Salimos del modo root
# exit
Visitas: 34