I was scared installing Skype was going to be difficult but it actually was not difficult. I thought I'd post the method I used to install Skype on my Toshiba NB205. If you plan to do more than chat, be sure your mic/webcam are already recognized by MeeGo otherwise Skype will have nothing to use for voice/video conversations.
1) Download Skype. Download the Fedora 10+ version of Skype - direct link. Be sure to note the download location AND complete filename.
2) Open Terminal. Open a Terminal window from Applications > System Tools > Terminal. If you aren't very familiar with Linux, it will look like a command prompt.
3) Change to Download Directory. Type:
Code:
cd [download location]
Remember that Linux is case sensitive. For me, using Chromium, the default location was /home/Ieatfish/Downloads. So I typed:
Code:
cd /home/Ieatfish/Downloads
4) Run the installer. You need to run 'yum' as root. If you never set up a password, the default super user password is 'meego'. Run this to install the file:
Code:
sudo yum localinstall skype-2.1.0.81-fc10.i586.rpm
Be sure that your filename matches the file you downloaded. For now, that is the version but they'll update the version and this will be obsolete. Once I was installing, I got a Signature Check fail so I had to add '--nogpgcheck' to the end of the command. My command ended up looking like this:
Code:
sudo yum localinstall skype-2.1.0.81-fc10.i586.rpm --nogpgcheck
5) Enjoy! Assuming the installation goes smoothly, congratulations! For me, Skype showed up in the Applications tab under Internet. You can also run it from the Terminal window by simply typing 'skype'.
So there you go. It was rather painless. But as always, your mileage may vary.