Skype public key is not available

I have Ubuntu 20.04 computer with skype installed. When I update software using apt update, I get an error W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repo.skype.com/deb stable InRelease: The following signatures couldn’t be verified because the public key … Read more

Install Skype on Ubuntu

Skype public key is not available To install Skype on Ubuntu 20.04 (this work with other Ubuntu/Debian versions), run 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 apt-transport-https -y sudo apt-get install skypeforlinux -y Skype Commands https://support.skype.com/faq/FA10042/What-are-chat-commands-and-roles To disable alerts … Read more