Tuesday, September 6, 2016

How to install skype in Kali Rolling without any error from Terminal

Hello guys
Today i am writing about how to install skype in Kali Linux without any error.There are some other method as well but they show error in installing.

STEP 1:
Make sure you have updated and upgraded you Kali Linux.Now first we add architecture for 32 bit.
  • Open your terminal 
  • type "dpkg --add-architecture i386"
  • Now "apt-get update" 
  • Check your architecture by typing "cat /var/lib/dpkg/arch"


STEP 2:
Now we are going to make a directory for skype where we will download skype debian package.
  • Type "mkdir skype" on terminal
  • then "cd skype"
Now we will download skype debian package for multiarch.see this screeshot

Now copy skype debian package from your downloads to skype directory(which we have created above).

  • type "cp  /root/Downloads/skype-debian_4.3.0.37-1_i386.deb  /root/skype"
Now we can confirm it.see the screen shot.
STEP 3:
Now we add a repository in our sources list
  • copy this line "deb http://ftp.de.debian.org/debian jessie main" 
  • And paste it into "leafpad /etc/apt/sources.list" then save it (ctrl+s)
see this screen shot.

  • Type "apt-get update"
  • now do "apt-get install gdebi"
Now one final Step :
  • gdebi skype-debian_4.3.0.37-1_i386.deb
See this screen shot.


Thanks for reading, Enjoy ;-)


No comments:

Post a Comment