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.
Asked
Active
Viewed 879 times
1 Answers
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
Prateek Joshi
- 320
- 5
- 11