0

I have downloaded Skype for Ubuntu from official website http://www.skype.com/en/ When I try to open it, file automatically running trough "Ubuntu Software Center". After clicking on install process is running and then after nothing is getting changed. I have tried to install trough terminal but still I don't see any change. No software was installed.

RegarBoy
  • 121

1 Answers1

1

Use can install skype from your terminal via

sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"

sudo apt-get update

sudo apt-get install skype
  • I have already tried this but nothing changed and nothing happened after progress in terminal finished – RegarBoy Aug 22 '15 at 17:15