LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-14-2004, 11:50 AM   #1
CeleronXL
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE Linux 9.0
Posts: 9

Rep: Reputation: 0
Upgrading to KDE 3.2


Alright, I just downloaded a bunch of KDE 3.2 RPMs.. To upgrade from 3.1, do I just run every single RPM, or what?
 
Old 02-14-2004, 11:56 AM   #2
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
if suse manages rpms like redhat, then all you have to do is

rpm -Uvh packagename.rpm


if you get a bunch of dependency errors, correct those first

it may also be a good idea to delete the old rpms of kde if possible
 
Old 02-14-2004, 11:58 AM   #3
CeleronXL
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE Linux 9.0
Posts: 9

Original Poster
Rep: Reputation: 0
But that is all I need to do, right? Just installing a bunch of RPMs one after another?

Last edited by CeleronXL; 02-14-2004 at 11:59 AM.
 
Old 02-14-2004, 12:10 PM   #4
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
yup, and i just checked the kde website and there doesn't seem to be any particular order you need to install them
 
Old 02-14-2004, 12:22 PM   #5
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
>>>disclaimer, i've done this but this may not work for you<<<

first backup your inportant files, then copy $HOME/.kde to $HOME/.kde31, do the same with /root/.kde

install id3lib, gnokii, flac, taglib and libjasper(needed by 3.2). then uninstall kdebase3-suse, k3b, and your kde-devel packages,(to help avoid dependency issues).

put all kde3.2 packages in a directory by themselves, drop to runlevel 3 (type init 3 at a root term) hit f2 to clear the suse splash screen if needed, login as root, cd to the directory where you saved the 3.2 packages, and type rpm -Uvh *.rpm .

install or remove any remaining packages rpm complains about until you get a successful upgrade.

then run SuSEconfig, then ldconfig .

then rm -f /tmp/kde-*

then either type init 5 or reboot

good luck
 
Old 02-15-2004, 03:37 AM   #6
vbraca
LQ Newbie
 
Registered: Aug 2003
Location: Serbia
Distribution: SuSE
Posts: 29

Rep: Reputation: 15
Even better way to upgrade KDE on SuSE:
1) Backup your files
2) Start SuSE in Failsafe mode
3) cd to directory containing ALL new KDE rpms
4) run yast2 --install *.rpm

Yast would take care to upgrade/install nedeed rpm packages !
 
Old 02-15-2004, 09:17 AM   #7
macewan
Senior Member
 
Registered: Jan 2002
Distribution: Ubuntu, Debian
Posts: 1,055
Blog Entries: 1

Rep: Reputation: 45
just open a term window and cd into the directory containing all the .rpm files you downloaded.

su [enter]
rpm -Uvh *.rpm [enter]
 
Old 02-17-2004, 05:57 PM   #8
aeruzcar
Member
 
Registered: Jul 2003
Location: Santiago, Chile
Distribution: Gentoo
Posts: 282

Rep: Reputation: 30
Hello there:
I downloaded the rpms for KDE 3.2 from the kde website and installed them on my machine runnign SuSE 9.0 pro, after I did that I lost many of the things from SuSE such as SuSE watcher and the SuSE plugger. Are there special packages of KDE 3.2 for SuSE ?? I am downloading the rpms from the suse website now, are those the packages I need to install?
Thanks in advance
 
Old 02-18-2004, 01:13 AM   #9
vbraca
LQ Newbie
 
Registered: Aug 2003
Location: Serbia
Distribution: SuSE
Posts: 29

Rep: Reputation: 15
Quote:
Originally posted by aeruzcar
Are there special packages of KDE 3.2 for SuSE ?? I am downloading the rpms from the suse website now, are those the packages I need to install?
Thanks in advance
Yes - for most of the KDE SuSE specific functionality you need to go and download from some of the SuSE mirrors.
I suggest you to download all of the base and devel packages, and for Internationalization and application specific packages to make your own selection.

Regards,
 
Old 02-26-2004, 11:39 AM   #10
dfuse
Member
 
Registered: May 2003
Location: Leuven, Belgium
Distribution: Gentoo Linux
Posts: 42

Rep: Reputation: 15
I'm hunting for the libjasper 1.700.so.1 and just can't find it anywhere. I have also the following dependency error: trm is needed by kdemultimedia-3.2.0-0.fdr.2.rh90

These are the only 2 dependencies I have left (after a full day of searching, you gotta love RPM's), can anybody tell me where to find those last 2?
 
Old 02-26-2004, 11:55 AM   #11
chem1
Member
 
Registered: Jun 2002
Location: White House, Washignton DC
Distribution: Red Hat 9
Posts: 270

Rep: Reputation: 30
There is actually an order in which you should install these RPMS

http://www.kde.org/documentation/faq/install.html
 
Old 02-26-2004, 12:39 PM   #12
dfuse
Member
 
Registered: May 2003
Location: Leuven, Belgium
Distribution: Gentoo Linux
Posts: 42

Rep: Reputation: 15
"arts and then kdelibs should be installed before everything else, and kdeaddons last. The other packages can be installed in any arbitrary order."

This the only mention I found about any order, and when I start with just arts, it's dependencies keep on growing, I keep on adding, until all rpm's I already downloaded are in it and I still arrive at the same point.
 
Old 02-26-2004, 01:52 PM   #13
Larsin
Member
 
Registered: Jan 2004
Posts: 40

Rep: Reputation: 15
vbraca,

Your instructions worked for me perfectly! Thank you for that. I am missing some shortcuts to the C & D drives, cdroms etc... on the desktop, but the thing booted at least lol.

That was the easiest way by far!
 
Old 02-26-2004, 02:29 PM   #14
dfuse
Member
 
Registered: May 2003
Location: Leuven, Belgium
Distribution: Gentoo Linux
Posts: 42

Rep: Reputation: 15
Larsin, can you tell me if you had to download any rtm or libjasper rpm's and if so, where did you get them?
 
Old 02-26-2004, 02:43 PM   #15
Larsin
Member
 
Registered: Jan 2004
Posts: 40

Rep: Reputation: 15
Let me check, I think I still have them in a folder, I will try and paste them here in a sec...



Here is everything I downloaded. I made a folder in my home directory called kde32, then downloaded all of these:

arts-1.2.0-3.i586.rpm
arts-gmcop-1.2.0-3.i586.rpm
kdeaddons3-games-3.2.0-12.i586.rpm
kdeaddons3-konqueror-3.2.0-12.i586.rpm
kdeaddons3-sound-3.2.0-12.i586.rpm
kdeadmin3-3.2.0-2.i586.rpm
kdeartwork3-3.2.0-10.i586.rpm
kdeartwork3-sound-3.2.0-10.i586.rpm
kdeartwork3-xscreensaver-3.2.0-10.i586.rpm
kdebase3-3.2.0-7.i586.rpm
kdebase3-devel-3.2.0-7.i586.rpm
kdebase3-extra-3.2.0-7.i586.rpm
kdebase3-kdm-3.2.0-7.i586.rpm
kdebase3-ksysguardd-3.2.0-7.i586.rpm
kdebase3-nsplugin-3.2.0-7.i586.rpm
kdeedu3-3.2.0-3.i586.rpm
kdegames3-3.2.0-3.i586.rpm
kdegraphics3-3.2.0-7.i586.rpm
kdegraphics3-3D-3.2.0-7.i586.rpm
kdegraphics3-tex-3.2.0-7.i586.rpm
kdelibs3-3.2.0-2.i586.rpm
kdemultimedia3-3.2.0-8.i586.rpm
kdemultimedia3-CD-3.2.0-8.i586.rpm
kdemultimedia3-jukebox-3.2.0-8.i586.rpm
kdemultimedia3-midi-3.2.0-8.i586.rpm
kdemultimedia3-sound-3.2.0-8.i586.rpm
kdemultimedia3-video-3.2.0-8.i586.rpm
kdenetwork3-3.2.0-2.i586.rpm
kdenetwork3-lan-3.2.0-2.i586.rpm
kdenetwork3-vnc-3.2.0-2.i586.rpm
libart_lgpl-2.3.16-26.i586.rpm
libxml2-2.5.11-12.i586.rpm
libxslt-1.0.33-12.i586.rpm
qt3-3.3.0-34.i586.rpm
qt3-extensions-3.3.0-33.i586.rpm
taglib-1.0-8.i586.rpm

Hope that helps you.

Last edited by Larsin; 02-26-2004 at 02:48 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
upgrading KDE rohr Debian 5 05-13-2005 01:35 PM
upgrading to KDE 3.3.1 vegpl SUSE / openSUSE 3 11-24-2004 12:21 AM
Upgrading the KDE JIV Linux - Software 3 02-11-2004 09:57 PM
upgrading kde mmc Mandriva 1 11-03-2003 11:41 AM
Upgrading KDE 2.2.2 to 3.1.4 subnet Debian 9 10-08-2003 05:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration