Installation of a new version of Skype in Ubuntu and LinuxMint
The new version of Skype is great.
Personally, I have noticed a huge difference in call quality compared with the previous version.
Below a quick guide on how to install the beta version because that is currently on Linux.
1. Open a terminal Ctrl + Alt + T, and run the command, to make sure, that “apt-transport-https” it is installed:
1 | dpkg -s apt-transport-https > /dev/null || bash -c "sudo apt-get update; sudo apt-get install apt-transport-https -y" |
Then grab the key and add it:
1 | curl https://repo.skype.com/data/SKYPE-GPG-KEY | sudo apt-key add - |
It remains for us to add the repository:
1 | echo "deb [arch=amd64] https://repo.skype.com/deb unstable main" | sudo tee /etc/apt/sources.list.d/skype-unstable.list |
Then installation and update packages:
1 | sudo apt-get update && sudo apt-get install skypeforlinux |
That's all, we look forward to new, really nice version of Skype. 😉
Related entries:
Improved battery life in Ubuntu 20.04
Changing the Hostname in Ubuntu 20.04 and Debian 11
gconf-service gconf-service-backend gconf2-common libappindicator1 libc++1 libc++1-9 libc++abi1-9 libdbusmenu-gtk4 libgail-common libgail18 libgconf-2-4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-commonAll-in-one voice and text chat for gamers
All-in-one voice and text chat for gamers that's free 22.04
Installation of Spotify in the Debian and Ubuntu Systems
Installing Telnet in Ubuntu 20.04




