I am a
but this is what I did.........
download and install the fedora apt from
http://yarrow.freshrpms.net/rpm.html?id=392
and try to upgrade apt from
http://atrpms.physik.fu-berlin.de/dist/fc1/apt/
which will give you more repositories. If you are successfull in upgrading apt from atrpms
then open a terminal and be root. Go to /etc/apt/ and
mv sources.list sources.list.old
mv sources.list.rpmsave sources.list
mv sources.list.old sources.list.rpmsave
Basically you are swapping the sources.list and sources.list.rpmsave.
then
apt-get -DV install <directory of kde3.2>/*.rpm
If you are only able to install freshrpms' apt then
apt-get -DV install <directory of kde>/*.rpm
Hopefully apt can solve your dependencies but, if it cannot then go to
http://rpm.pbone.net and do a search for the missing dependencies and download it to the <directory of kde3.2>
and run the commands again
This what I did to upgrade from redhat 9 to Fedora and then upgrade to kde 3.2
Note: Implement at your own risk