After upgrading to 14.10 Skype was removed from my installed packages. When trying to install I get this message:
The following packages have unmet dependencies:
skype : Depends: skype-bin
I've attempted installing with apt-get, the deb from Skype, and the software center with no luck. I've tried several methods including the ones listed here:
Thank you for any help
skype
andskype-bin
. – Gunnar Hjalmarsson Oct 24 '14 at 14:11dpkg --print-foreign-architectures
ANDdpkg --print-architecture
? – αғsнιη Oct 24 '14 at 14:58sudo dpkg --add-architecture i386
andsudo apt-get update
and follwo the installation from skype 4.3 link. – αғsнιη Oct 25 '14 at 05:08