LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   updating to kde 3.2 (https://www.linuxquestions.org/questions/linux-newbie-8/updating-to-kde-3-2-a-202817/)

rossisagenius 07-08-2004 08:52 PM

updating to kde 3.2
 
im currently runing kde 3.1 on suse 9.0, i want to update to 3.2 so i can get a certain theme on kde look.org, and i can't figure out how to update it, any ideas?

Ice9 07-09-2004 03:51 AM

Do a
Code:

rpm -qa | grep kde
This will produce a list of all the kde-related rpm's present on your system.

Then go to the kde ftp server and download all the packages you have to upgrade - don't forget to also download the corresponding arts and qt3 packages.
Dump them all in an empty directory.
cd to that dir and issue
Code:

# rpm -Uvh *.*
This will update KDE to the version you downloaded.

I've heard people say that it was best to first log out of KDE into gnome before updating but this is how I did it before and I haven't had any problems.

dkpw 07-09-2004 04:08 AM

I just did this very upgrade last night on my SuSE 9.0. box. I had upgraded KDE previously to 3.2.1 from 3.1 which ships with SuSE 9.0 but decided to go to 3.2.2. I'm pleased I did as the desktop is noticeably faster, smoother and generally an improvement.

I downloaded every rpm from the KDE FTP server for SuSE 9.0 and placed all of the RPMs in one directory on the desktop. Dropping into the command line, I executed the following command which uses YAST as opposed to the RPM command:

yast2 --install *.rpm

This will start the text version of YAST and although it may appear as if nothing is happening for a while, about half an hour on my PIII, when the command prompt returns you should have a cleanly installed version of KDE. Restart the session and enjoy.

I prefer using YAST as it takes care of all dependencies for you.
Hope that helps and good luck!

dkpw


All times are GMT -5. The time now is 12:34 AM.