How to install skype in Kali Rolling without any error from Terminal
- 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 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 shota
- 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.