Instalar Skype en GNU/Linux Debian 9 Stretch de 64 bits

como instalar skype para linux debian 9En este tutorial veremos como instalar Skype en GNU/Linux Debian 9 Strech amd64 de 64 bits

 

 

 

PASO 1 – Abrimos una terminal y vamos a la carpeta descargas

$ cd Descargas/

PASO 2 – Descargamos el paquete .deb de Skype for GNU/Linux

$ wget https://go.skype.com/skypeforlinux-64.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 librerias

# apt install apt-transport-https gconf-service gconf2-common libgconf-2-4

PASO 6 – Instalamos el paquete .deb Skype for GNU/Linux

# dpkg -i skypeforlinux-64.deb

PASO 7 – Salimos del modo root

# exit

Visitas: 14