Microsoft has a new Linux Skype version skypeforlinux-64.rpm that can be downloaded from https://www.skype.com/en/get-skype/
Unfortunately, skypeforlinux-64.rpm does not install due to missing dependencies:
- Code: Select all
rpm -ivh skypeforlinux-64.rpm
warning: skypeforlinux-64.rpm: Header V4 RSA/SHA1 Signature, key ID df7587c3: NOKEY
error: Failed dependencies:
libsecret is needed by skypeforlinux-8.10.0.4-1.x86_64
It seems Mageia 5 does not have the 64-bit version of the libsecret rpm in the repositories. (32-bit libsecret is available)
Any ideas on how to get the new Skype to run on Mageia 5 ? I know that Mageia 5 has now reached end of life so I will need to install Mageia 6 soon.
I tried to install Fedora's 64-bit version of libsecret but got additional missing dependencies:
- Code: Select all
rpm -ivh libsecret-0.18.5-3.fc26.i686.rpm
warning: libsecret-0.18.5-3.fc26.i686.rpm: Header V3 RSA/SHA256 Signature, key ID 64dab85d: NOKEY
error: Failed dependencies:
libgcrypt.so.20 is needed by libsecret-0.18.5-3.fc26.i686
libgcrypt.so.20(GCRYPT_1.6) is needed by libsecret-0.18.5-3.fc26.i686
so I think I am digging a hole for myself with rpm hell.