История изменений
Исправление mandala, (текущая версия) :
Я использую новый скайп в дебиане
https://community.skype.com/t5/Linux/Skype-for-Linux-Beta-signatures-couldn-t...
# make sure you have 'apt-transport-https' installed
dpkg -s apt-transport-https > /dev/null || bash -c "sudo apt-get update; sudo apt-get install apt-transport-https -y"
curl https://repo.skype.com/data/SKYPE-GPG-KEY | sudo apt-key add -
echo "deb [arch=amd64] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list
sudo apt-get update
sudo apt-get install skypeforlinux -y
https://community.skype.com/t5/Linux/Skype-for-Linux-Alpha-and-calling-on-Chr...
Исходная версия mandala, :
Я использую новый скайп в дебиане