0

I am in need of Skype but, when I upgraded my system to ubuntu, I found that the Skype is not available in Ubuntu Software Center. Even if I download the package from the Skype the Ubuntu Software Center does not allow to install it.

Its too bad that Ubuntu does not support very popular software Skype.

Seth
  • 59,332

2 Answers2

8

You can find more information on Skype at: https://help.ubuntu.com/community/Skype

Meanwhile to get skype, you can use the following commands:

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

This command will add the Canonical Partner PPA to your system.
Then use this command to install skype

sudo apt-get update && sudo apt-get install skype
Braiam
  • 69,112
Novine
  • 614
0

You can download it and install with next commands:

cd ~/Desktop

wget http://download.skype.com/linux/skype-ubuntu-precise_4.2.0.11-1_i386.deb

sudo dpkg -i skype-ubuntu-precise_4.2.0.11-1_i386.deb

After you can remove skype from desktop or keep it for next time(after re-installing of Ubuntu). If the secound command doesn't work you can download skype anytime from skype site : http://www.skype.com/en/download-skype/skype-for-computer/

L.V.A
  • 1,174