Skip to content

Instantly share code, notes, and snippets.

@opi
Last active July 1, 2021 21:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opi/b995aef7076e4475cf73c8423abf4277 to your computer and use it in GitHub Desktop.
Save opi/b995aef7076e4475cf73c8423abf4277 to your computer and use it in GitHub Desktop.
Install Skype on Debian Stretch

Install Skype on Debian Stretch

Install the GPG key:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1F3045A5DF7587C3

Ensure apt is set up to work with https sources:

sudo apt-get install apt-transport-https

Add Skype APT repository

echo "deb [arch=amd64] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list

Update apt sources and install Skype for Linux

sudo apt-get update
sudo apt-get install skypeforlinux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment