How to do this (for less experienced people):
Firstly, go to Synaptic and uninstall the current version of skype or skype-static.
From the PC Menu > More Applications > Terminals > Konsole
Arggh! The dreaded command line!
Don't worry, just do as I say!! Do everything, including the commands in
RED, the reason for the coloring will become clear later.
Type at the command prompt:
cd DownloadsAt the next line, copy the following command. If you highlight it, all you have to do is "middle click" at the command line, else just copy it to the clipboard and do Edit>Paste in the Konsole program. This is one line, it has only broken on screen due to the hyphen...
wget http://kde3.pclosusers.com/pclosfiles/pclinuxos/2007/RPMS.nonfree/skype_static-2.1.0.47-2pclos2009.i586.rpmThe older version which may work on your machine will be downloaded.
When done, you have to switch to root user. You do this by entering the command
suYou are prompted for your root password. In Konsole, it does not show on the screen that you are entering anything. Don't worry, just type it in and press ENTER anyway.
You will see changes to the command prompt. This indicates that you are now in root user mode, so be careful.
The next command you have to type or paste from here is:
rpm -Uvh skype_static-2.1.0.47-2pclos2009.i586.rpmNow we have a problem -- running synaptic will "update" skype to the latest version. There are two solutions to this, one is to pin the version we have, the other is to hide it from the packaging system. I think it's easier for a less experienced user to hide it. The command to do that is:
rpm -e --justdb skype_staticThis leaves the package installed, just removes the entry from the package database. Now if a further version comes out and you wish to try it, you just repeat this whole process, but only the commands in red (assuming you didn't delete the download). This will re-install the old version over the one you hid (identical files), and you can then upgrade. If the later version doesn't work properly either, you can just repeat this whole process to reinstall the working version.