Trying to install Skype in Debian Jessie.
1st download the debian 7 multiarch .deb file from skype.com
2nd
3rd
4th dpkg -i on the .deb file will come up with the following dependencies missing:
libc6:i386
libggc1:i386
libqt4-dbus:i386
libqt4-network:i386
libqt4-xml:i386
libqtcore4:i386
libqtgui4:i386
libqtwebkit4:i386
libstdc++6:i386
libx11-6:i386
libxext6:i386
libxss1:i386
libxv1:i386
libssl1.0.0:i386
libpulse0:i386
libasound2-plugins:i386
then
5th
to fix the dependencies
Now Skype works.
How to fix sound:
1st download the debian 7 multiarch .deb file from skype.com
2nd
Code:
dpkg --add-architecture i386
Code:
apt-get update
libc6:i386
libggc1:i386
libqt4-dbus:i386
libqt4-network:i386
libqt4-xml:i386
libqtcore4:i386
libqtgui4:i386
libqtwebkit4:i386
libstdc++6:i386
libx11-6:i386
libxext6:i386
libxss1:i386
libxv1:i386
libssl1.0.0:i386
libpulse0:i386
libasound2-plugins:i386
then
5th
Code:
apt-get -f install
Now Skype works.
How to fix sound: