Results 1 to 10 of 10

Thread: Install Skype on Kali Sana 2.0 64 bit

  1. #1
    Join Date
    2015-Jul
    Location
    /home/duxim
    Posts
    408

    Post Install Skype on Kali Sana 2.0 64 bit

    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

    Code:
    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

    Code:
    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

  2. #2
    Join Date
    2015-Nov
    Posts
    10
    Good one. Really helped. now how to fix mic......

  3. #3
    Join Date
    2015-Feb
    Location
    Bulgaria
    Posts
    8

    Unhappy Install Skype on Kali Rolling 64 bit

    In Kali Sana works perfectly, but rolling is the following problem:

    Code:
    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

  4. #4
    Join Date
    2016-Feb
    Posts
    4
    Quote Originally Posted by MMIROJV View Post
    In Kali Sana works perfectly, but rolling is the following problem:

    Code:
    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:

    Code:
    sudo apt-get install -f

  5. #5
    Join Date
    2015-Feb
    Location
    Bulgaria
    Posts
    8
    Quote Originally Posted by rvasquez View Post
    Is a dependency problem run this:

    Code:
    sudo apt-get install -f
    I know, but can not find dependencies, removes Skype.

  6. #6
    Join Date
    2016-Jan
    Posts
    12
    Hi Post https://forums.kali.org/showthread.p...bssl1-0-0-i386 has been created due to this issue but no one seems to know how to fix it.


    Regards.

    Gn0m3

  7. #7
    Join Date
    2014-Jan
    Posts
    5
    Quote Originally Posted by MMIROJV View Post
    In Kali Sana works perfectly, but rolling is the following problem:

    Code:
    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 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.

  8. #8
    Join Date
    2014-Jan
    Posts
    5
    Quote Originally Posted by heman View Post
    Ok i managed to install skype on rolling 64 bit 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.

  9. #9
    Join Date
    2015-Jul
    Location
    /home/duxim
    Posts
    408
    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.
    Repetitio est mater studiorum

  10. #10
    Follow the below link for detailed guideline of How to install skype into kali linux 2.0

    http://www.kalilinuxdojo.com/2016/07...linux-2-0.html

Similar Threads

  1. Kali 2.0 Sana Mini Install
    By tonyhen in forum Installing Archive
    Replies: 1
    Last Post: 2015-08-14, 18:19
  2. Try to install skype through Gdebi
    By eyekantbeme in forum General Archive
    Replies: 0
    Last Post: 2013-12-07, 22:42

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •