Quantcast
Channel: LinuxQuestions.org - Blogs - LINUX mostly DEBIAN - hardware and software by error_401
Viewing all articles
Browse latest Browse all 42

Skype in Debian Jessie

$
0
0
Trying to install Skype in Debian Jessie.

1st download the debian 7 multiarch .deb file from skype.com

2nd
Code:
dpkg --add-architecture i386
3rd
Code:
apt-get update
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
Code:
apt-get -f install
to fix the dependencies

Now Skype works.

How to fix sound:

Viewing all articles
Browse latest Browse all 42

Trending Articles