PDA

View Full Version : Install Skype on Kali Sana 2.0 64 bit



duxim
2015-09-26, 22:47
Install Skype on Kali Sana 2.0 64 bit

Maybe someone find this helpful. You have a lot tutorial how to install Skype
but in my opinion this is the easiest and clean method to install
Skype on Kali Sana 64 bit version. Everything is working from user account



sudo dpkg --add-architecture i386

sudo aptitude update

sudo aptitude install libc6: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

wget -O skype-install.deb http://www.skype.com/go/getskype-linux-deb

sudo dpkg -i skype-install.deb


Only problem that I have was with microfon. I need to enable from Audio mixer capture device.
You need pulseaudio to get Skype to work normaly.

Aslo if someone use Viber on Android smartphone, now you can download
desktop version and use it :
https://www.viber.com/en/products/linux

You have only 64-bit version. Download Viber Debian file and install it with


sudo dpkg -i viber.deb

with Viber i don't have any problems.

Skype and Viber you can find in Application Menu --> Internet

Source for Skype:
https://wiki.debian.org/skype#Debian_7_.22Wheezy.22

nunclud
2015-11-21, 22:09
Good one. Really helped. now how to fix mic......

MMIROJV
2016-02-04, 16:34
In Kali Sana works perfectly, but rolling is the following problem:


LINUX@MMIROJV:~# sudo dpkg -i skype-install.deb
Selecting previously unselected package skype:i386.
(Reading database ... 400606 files and directories currently installed.)
Preparing to unpack skype-install.deb ...
Unpacking skype:i386 (4.3.0.37-1) ...
dpkg: dependency problems prevent configuration of skype:i386:
skype:i386 depends on libssl1.0.0.

dpkg: error processing package skype:i386 (--install):
dependency problems - leaving unconfigured
Processing triggers for dbus (1.10.6-1) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.59) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Errors were encountered while processing:
skype:i386

rvasquez
2016-02-07, 17:01
In Kali Sana works perfectly, but rolling is the following problem:


LINUX@MMIROJV:~# sudo dpkg -i skype-install.deb
Selecting previously unselected package skype:i386.
(Reading database ... 400606 files and directories currently installed.)
Preparing to unpack skype-install.deb ...
Unpacking skype:i386 (4.3.0.37-1) ...
dpkg: dependency problems prevent configuration of skype:i386:
skype:i386 depends on libssl1.0.0.

dpkg: error processing package skype:i386 (--install):
dependency problems - leaving unconfigured
Processing triggers for dbus (1.10.6-1) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.59) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Errors were encountered while processing:
skype:i386

Is a dependency problem run this:


sudo apt-get install -f

MMIROJV
2016-02-08, 21:29
Is a dependency problem run this:


sudo apt-get install -f

I know, but can not find dependencies, removes Skype.

Gn0m3
2016-02-09, 03:29
Hi Post https://forums.kali.org/showthread.php?29493-skype-in-kali2016-1-missing-libssl1-0-0-i386 has been created due to this issue but no one seems to know how to fix it.


Regards.

Gn0m3

heman
2016-02-17, 01:38
In Kali Sana works perfectly, but rolling is the following problem:


LINUX@MMIROJV:~# sudo dpkg -i skype-install.deb
Selecting previously unselected package skype:i386.
(Reading database ... 400606 files and directories currently installed.)
Preparing to unpack skype-install.deb ...
Unpacking skype:i386 (4.3.0.37-1) ...
dpkg: dependency problems prevent configuration of skype:i386:
skype:i386 depends on libssl1.0.0.

dpkg: error processing package skype:i386 (--install):
dependency problems - leaving unconfigured
Processing triggers for dbus (1.10.6-1) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.59) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Errors were encountered while processing:
skype:i386



Ok i managed to install skype on rolling 64 bit :D after a lof o effort and install allmost all i found the solution the trick is to install libssl1.0.0 and after that i installed it gith gdebi that auto installed libssl1.0.0:i386 so to that add to ur sources list (deb http://security.ubuntu.com/ubuntu precise-security main) ,after apt-get update u will get error couse the ubuntu repo but after you can apt-get install libssl1.0.0 and later gdebi sky*.deb and all good!!! tested.

heman
2016-02-17, 02:34
Ok i managed to install skype on rolling 64 bit :D after a lof o effort and install allmost all i found the solution the trick is to install libssl1.0.0 and after that i installed it gith gdebi that auto installed libssl1.0.0:i386 so to that add to ur sources list (deb http://security.ubuntu.com/ubuntu precise-security main) ,after apt-get update u will get error couse the ubuntu repo but after you can apt-get install libssl1.0.0 and later gdebi sky*.deb and all good!!! tested.

dont forget to remove deb http://security.ubuntu.com/ubuntu precise-security main from sources.list after installing skype.

duxim
2016-02-21, 23:29
just another "crazy" solution :)
do not install skype on Kali 2016. instead of that use your android device
connect android on wifi and on BT with Kali, and you will have same experience like normal usage but w/o video. only voice. but this is ok to me.

dojokalilinux
2016-08-25, 18:29
Follow the below link for detailed guideline of How to install skype into kali linux 2.0

http://www.kalilinuxdojo.com/2016/07/how-to-install-skype-in-kali-linux-2-0.html