Skype for Linux Beta shows the following message when running the application. Is there a new version of Skype for Linux?
Sorry, this version of Skype is not supported anymore.
How can I get it work?
Skype for Linux Beta shows the following message when running the application. Is there a new version of Skype for Linux?
Sorry, this version of Skype is not supported anymore.
How can I get it work?
Skype.com says:
Important notice: All Skype for Linux clients version 4.3 and older will be retired on July 1, 2017. To keep chatting, please install the latest version of Skype for Linux.
It's enough to add the official skypeforlinux
source and upgrade your current installation with these commands:
sudo add-apt-repository "deb https://repo.skype.com/deb stable main"
sudo apt update && sudo apt upgrade
Alternatively, remove it with sudo apt remove skypeforlinux
and install the current version from here. This will also add the source for updates to your sources, thus keeping the program automatically updated.
On upgrading to 17.10 the skype repository might get disabled so that you need to reenable it either in the Software Center or by editing /etc/apt/sources.list
(do that only if you know what you do).
sudo apt update && sudo apt upgrade
upgraded my Skype For Linux to version 8.11.0.4.
– schester
Dec 02 '17 at 06:34
skype
, and one should run the new skypeforlinux
executable.
– datka
Dec 05 '17 at 08:54
add-apt-repository
command correct (the white spaces look strange to me)?
– Cleb
Jan 01 '18 at 23:03
skype
. You need to remove that one and install skypeforlinux
.
– Alan Thompson
Feb 01 '18 at 22:45
In 32 bit linux, make skype a "higher" version:
sudo sed -i 's/4\.3\.0\.37/8\.3\.0\.37/' /usr/bin/skype
It replaces the version number in the binary for a higher one to work around the forced incompatibility. Make sure that you have the same version 4.3.0.37 by calling skype --version or update the command accordingly. Thanks to YuriyKuzin.
sed
as this could go horribly wrong. And please if you stick to this answer use -i.bak
so at least a backup of the file is made before the change.
– Videonauth
Dec 02 '17 at 08:33
skypeforlinux
package on your system. Could you please [edit] your question to include the output ofsudo apt-get update && sudo apt-get upgrade -f --assume-no; apt-cache policy skypeforlinux
? Thanks. – David Foerster Sep 24 '17 at 08:58