On Sunday 18 December 2005 4:08 pm, John Meyer wrote:
Go to KDE.org, you can find rpms for SuSE there. I downloaded all of the rpms and then updated, no big thing.
I did that, and eventually got to an ftp page listing all the packages. I did the following in a shell on my current 3.4.2 system: rpm -qa | grep kde | sort | less to get a list of those 3.4 KDE packages currently installed, since I don't want to introduce a whole lot of others that I have no use for. I then used gftp to go to the ftp location and downloaded the 3.5 versions of all my current 3.4.2 packages. So far so good. But when I went into the download directory and did rpm -Uhv * I got the following messages: error: Failed dependencies: python-qt = 3.5.0-7 is needed by kdebindings3-python-3.5.0-7 libpoppler-qt.so.0 is needed by kdegraphics3-3.5.0-6 libakode.so.2 is needed by kdemultimedia3-3.5.0-7 libakode.so.2 is needed by kdemultimedia3-arts-3.5.0-7 libakode.so.2 is needed by kdemultimedia3-jukebox-3.5.0-7 libgmp.so.3 is needed by kdeutils3-3.5.0-10 I tried to locate the 3.4 versions of these items on my system, but in each case either the item belonged to a 3.5 package I had already downloaded or it wasn't there at all. So can anyone running KDE 3.5 tell me which packages contain the files I need? If you have them, it's simple to find out: just do, say, locate libakode.so.2 followed by rpm -qf [file location of libakode.so.2] or perhaps even rpm -qf $(locate libakode) Thanks. Paul