I was on Ubuntu 14.04 yesterday, and upgrade with do-release-upgrade
. Today, Skype isn't installed anymore.
Here is the error I get when installing through the .deb:
$ sudo dpkg -i skype-ubuntu-precise_4.3.0.37-1_i386.deb
Selecting previously unselected package skype.
(Reading database ... 446199 files and directories currently installed.)
Preparing to unpack skype-ubuntu-precise_4.3.0.37-1_i386.deb ...
Unpacking skype (4.3.0.37-1) ...
dpkg: dependency problems prevent configuration of skype:
skype depends on libqtwebkit4 (>= 2.2~2011week36); however:
Package libqtwebkit4:i386 is not installed.
skype depends on libpulse0; however:
Package libpulse0:i386 is not installed.
skype depends on libasound2-plugins; however:
dpkg: error processing package skype (--install):
dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for bamfdaemon (0.5.1+14.10.20140925-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu2) ...
Processing triggers for mime-support (3.55ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for dbus (1.8.8-1ubuntu2) ...
Errors were encountered while processing:
skype
And if I try to use the partner repo:
$ sudo apt-get install skype
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 : Depends: skype-bin
E: Unable to correct problems, you have held broken packages.
If I sudo apt-get -f install
and try to reinstall the .deb, I end up with this error:
skype: error while loading shared libraries: libQtWebKit.so.4
Long shot, but still a shot.
:) – blade19899 Oct 29 '14 at 13:21dpkg -l|grep -i skype
– Jan Oct 29 '14 at 13:32sudo apt-get install libqtwebkit4:i386 libpulse0 libasound2-plugins
? – blade19899 Oct 29 '14 at 13:32