Hi everyone. I switched from Ubuntu to Kubuntu 14.04 and eveything was really awesome until I did need to get Skype.
Here is what is happening:
well, then...
Seems that Skype depends on Skype-bin, which depends on libqtwebkit4:i386 and libgl1-mesa-glx:i386
I then tried:
and even worse.....
So it seems that the most I can do is install libgl1:i386, but nothing more.
Well, I think this is a problem caused by the fact that Skype uses certain libraries that are used by KDE too (qt in general), but it uses a different version, hence the OS prevent me to install newer (or older, havent checked) versions of those libs (qt and mesa) to avoid potential KDE issues.
Well.. my question is.. does anyone have a solution? I need to get Skype Calls working on my laptop (so I can't use neither the Skype WebApp nor the Node-WebKit Unofficial client), otherwise I will obliged to switch back to Ubuntu (a real shame for me).
Thanks.
N.B. I have QT 5 core and tools libraries installed for development
Here is what is happening:
Code:
install skype The following packages have unmet dependencies: skype : Depends: skype-bin E: Unable to correct problems, you have held broken packages.
well, then...
Code:
install skype-bin The following packages have unmet dependencies: skype-bin:i386 : Depends: libqtwebkit4:i386 (>= 2.2~2011week36) but it is not going to be installed Depends: libgl1-mesa-glx:i386 E: Unable to correct problems, you have held broken packages.
I then tried:
Code:
install libqtwebkit4:i386 The following packages have unmet dependencies: libqtwebkit4:i386 : Depends: libgl1-mesa-glx:i386 or libgl1:i386 Depends: libqt4-opengl:i386 (>= 4:4.5.3) but it is not going to be installed
Code:
install libgl1-mesa-glx:i386 The following packages have unmet dependencies: libgl1-mesa-glx:i386 : Depends: libudev1:i386 but it is not going to be installed or libudev0:i386 but it is not installable
Well, I think this is a problem caused by the fact that Skype uses certain libraries that are used by KDE too (qt in general), but it uses a different version, hence the OS prevent me to install newer (or older, havent checked) versions of those libs (qt and mesa) to avoid potential KDE issues.
Well.. my question is.. does anyone have a solution? I need to get Skype Calls working on my laptop (so I can't use neither the Skype WebApp nor the Node-WebKit Unofficial client), otherwise I will obliged to switch back to Ubuntu (a real shame for me).
Thanks.
N.B. I have QT 5 core and tools libraries installed for development
Comment