J'ai essayé les solutions proposées ici :
et d'autres endroits, mais toujours pas de chance. Mon système a été mis à niveau à partir d'Ubuntu 14.04 et Skype fonctionnait correctement. Après la mise à jour, Skype a disparu et je ne peux plus l'installer. Après avoir essayé plusieurs solutions trouvées sur le forum, j'en suis toujours au même point :
sudo apt-get install skype skype-bin
J'obtiens ceci
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
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 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Si j'inscris ceci :
sudo apt-get install libqtwebkit4:i386
J'obtiens ceci
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libqtwebkit4:i386 : Depends: libgl1-mesa-glx:i386 but it is not going to be installed or
libgl1:i386
Depends: libqt4-opengl:i386 (>= 4:4.5.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Si je fais cela, notez que c'est la même chose que ci-dessus, mais sans :i386
sudo apt-get install libqtwebkit4
Je comprends :
Reading package lists... Done
Building dependency tree
Reading state information... Done
libqtwebkit4 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.