install skype on kali 64bit
Enable MultiArch in 64-bit Kali Linux
root@kali:~# dpkg --add-architecture i386
install skype on kali linux 64bit
------------------------------------------------
root@kali:~# mkdir Skype
root@kali:~# cd Skype
root@kali:~/Skype# wget -O skype-install.deb http://www.skype.com/go/getskype-linux-deb
root@kali:~/Skype# dpkg -i skype-install.deb
---------------------
if you get this error
dpkg: error processing skype (–install):
dependency problems – leaving unconfigured
Processing triggers for desktop-file-utils …
Processing triggers for gnome-menus …
Processing triggers for hicolor-icon-theme …
Errors were encountered while processing:
skype
do this solution
-------------------
root@kali:~/Skype# apt-get -f install
Then reinstall using dpkg
root@kali:~/Skype# dpkg -i skype-install.deb
-------------------------
if you have any question feel free to ask
Comments
Post a Comment