Friday, February 16, 2018

Install Skype in Ubuntu

Open Terminal

Type the command
wget https://repo.skype.com/latest/skypeforlinux-64.deb

Above command will download Skype to your device.

To unzip and install use following commands

sudo dpkg -i skypeforlinux-64.deb
sudo apt install -f