You can install Skype on Debian Linux 9 by following these steps:
- Add the Skype repository to your sources list:
- Open a terminal window
- Run the following command:
echo "deb [arch=amd64] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list
- Download and add the Skype GPG key to your system:
- Run the following command:
wget https://repo.skype.com/data/SKYPE-GPG-KEY
sudo apt-key add SKYPE-GPG-KEY
- Update the apt package database:
- Run the following command:
sudo apt-get update
- Install Skype:
- Run the following command:
sudo apt-get install skypeforlinux
Once the installation is complete, you can launch Skype from the terminal by running the skypeforlinux
command or from the applications menu.