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 skypeYou'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 skypeHopefully, 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:
Post a Comment