Thursday, 30 January 2014

Installing Skype On Debian (64bit)

There is no 64bit version, so we need to install the 32bit version.

sudo dpkg --add-architecture i386
sudo apt-get update



wget -O /tmp/skype.deb http://www.skype.com/go/getskype-linux-deb
sudo dpkg -i /tmp/skype.deb
sudo apt-get install -f


That's it! 

No comments:

Post a Comment

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...