28/01/2013

How to install Skype in Ubuntu

Skype is a VOIP, instant messaging and video call program that is free to use and is used by millions around the world. It can also be used as a phone if a number and credit are bought. Skype is developed by Microsoft, so the Linux version isn't quite as fully featured. However, all of the important stuff is there, and you can always download some nice software online for webcam effects.


Before you start, I must warn you that installing Skype can turn out to be a pain. There are often problems, and the only way to fix them is by Googling and crossing your fingers. If you use Ubuntu 12.10, there's a high chance installing Skype will be tough. I ended up downgrading to the more stable 12.04 LTS because of this.

Start by opening the terminal - ALT+T for those who don't know. Now, insert these lines of code, pressing enter in between each of them as they are seperate commands. Unfortunately, copy and paste won't work for the terminal.
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get update && sudo apt-get install skype 
You'll get used to using lots of commands similar to these ones. If the above commands didn't install Skype and an error occured, you can do some googling, or try these commands instead:

wget -O skype http://download.skype.com/linux/skype-ubuntu-precise_4.1.0.20-1_i386.deb
sudo dpkg -i skype 
sudo apt-get -f install && sudo rm skype
Hopefully, Skype should now appear in your applications list. If not, and you cant find a fix on Google, you may have a dodgy installation of Ubuntu, and you might want to remove and reinstall it. If you have any problems, post them in the comments and I'll try and find a fix on the forums for you.

No comments: