LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-15-2006, 06:02 PM   #16
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58

Well I am beginning to wonder if I have a good understanding of the issue myself. Looking back on your posting (#13 of this thread), I see something I overlooked (and I'm manually sorting it so you can also see what I am seeing) in your listed installed kde packages;

arts-1.4.2-0.fc4.1.i386.rpm
arts-1.4.2-0.fc4.1.x86_64.rpm

kdelibs-3.4.2-0.fc4.1.i386.rpm
kdelibs-3.4.2-0.fc4.1.x86_64.rpm

kdebase-3.4.2-0.fc4.1.i386.rpm
kdebase-3.4.2-0.fc4.1.x86_64.rpm

kdemultimedia-3.4.2-0.fc4.1.i386.rpm
kdemultimedia-3.4.2-0.fc4.1.x86_64.rpm

Check by;

rpm -qa --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm\n' arts

Repeat for each of the three kde packages; kdebase, kdelibs and kdemultimedia. If this is the case then you have to either remove these four rpms;

arts-1.4.2-0.fc4.1.i386.rpm
kdelibs-3.4.2-0.fc4.1.i386.rpm
kdebase-3.4.2-0.fc4.1.i386.rpm
kdemultimedia-3.4.2-0.fc4.1.i386.rpm

By typing something like;

rpm -e arts-1.4.2-0.fc4.1.i386 kdelibs-3.4.2-0.fc4.1.i386 kdebase-3.4.2-0.fc4.1.i386 kdemultimedia-3.4.2-0.fc4.1.i386

Watch out for word wrap with the command above, it is one long line with a space between each package to be removed.

or download these i386.rpm packages to the same location as the x86_64.rpm packages you downloaded earlier;

arts-1.5.0-0.2.fc4.fc4.i386.rpm
kdelibs-3.5.0-0.1.fc4.i386.rpm
kdebase-3.5.0-0.1.fc4.i386.rpm
kdemultimedia-3.5.0-0.1.fc4.i386.rpm

Then try test installing them all at once again; rpm -Uvh *.rpm

I'm thinking that downloading the four additional packages and installing all the packages at this point is the better choice to make.
 
Old 01-17-2006, 08:02 PM   #17
jborn
Member
 
Registered: Oct 2005
Distribution: FC 8
Posts: 53

Original Poster
Rep: Reputation: 15
Well I finally got back to this and looks good. Wanted to post this before I rebooted. I noticed the link to the thread about kbd. I tested and it is already installed:

rpm -Uvh kbd-1.12-10.x86_64.rpm --test
Preparing... ########################################### [100%]
package kbd-1.12-10 is already installed

The installs of everything else went very smoothly. Just a few warnings:

rpm -Uvh *.rpm
Preparing... ########################################### [100%]
1:arts ########################################### [ 7%]
2:kdelibs ########################################### [ 13%]
3:kdebase ########################################### [ 20%]
4:arts ########################################### [ 27%]
5:kdelibs warning: /usr/share/config/katefiletyperc created as /usr/share/config/katefiletyperc.rpmnew
warning: /usr/share/config/katesyntaxhighlightingrc created as /usr/share/config/katesyntaxhighlightingrc.rpmnew
warning: /usr/share/config/kdebug.areas created as /usr/share/config/kdebug.areas.rpmnew
warning: /usr/share/config/kdebugrc created as /usr/share/config/kdebugrc.rpmnew
warning: /usr/share/config/kdeprintrc created as /usr/share/config/kdeprintrc.rpmnew
warning: /usr/share/config/khotnewstuffrc created as /usr/share/config/khotnewstuffrc.rpmnew
warning: /usr/share/config/ksslcalist created as /usr/share/config/ksslcalist.rpmnew
warning: /usr/share/config/kthemestylerc created as /usr/share/config/kthemestylerc.rpmnew
warning: /usr/share/config/language.codes created as /usr/share/config/language.codes.rpmnew
warning: /usr/share/config/ui/kprintpreviewui.rc created as /usr/share/config/ui/kprintpreviewui.rc.rpmnew
warning: /usr/share/config/ui/ui_standards.rc created as /usr/share/config/ui/ui_standards.rc.rpmnew
########################################### [ 33%]
6:kdemultimedia ########################################### [ 40%]
7:kdepim ########################################### [ 47%]
8:kdebase warning: /etc/ksysguarddrc created as /etc/ksysguarddrc.rpmnew
warning: /etc/pam.d/kde created as /etc/pam.d/kde.rpmnew
warning: /etc/pam.d/kde-np created as /etc/pam.d/kde-np.rpmnew
########################################### [ 53%]
9:kdemultimedia ########################################### [ 60%]
10:kdegraphics ########################################### [ 67%]
11:kdenetwork ########################################### [ 73%]
12:kdeutils ########################################### [ 80%]
13:kdeaddons ########################################### [ 87%]
14:kdeadmin ########################################### [ 93%]
15:kdeartwork ########################################### [100%]

Thanks again for the help!
 
Old 01-19-2006, 10:39 AM   #18
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
OK, glad you got the KDE upgrade issue resolved. You should hopefully be able to do the rest of the updates without any problems. If you run into trouble try to update in smaller steps, for example; yum update openoffice.org-core

Sorry for the delay in getting back, I was quite busy the past few days and did not have time to.
 
Old 01-19-2006, 10:54 AM   #19
jborn
Member
 
Registered: Oct 2005
Distribution: FC 8
Posts: 53

Original Poster
Rep: Reputation: 15
No worries on the delays. I've been busy myself. I truly appreciate you taking time out of your day (actually days now) to help me through this.

After kde issue was resolved I had one other minor issue that after dealing with the kde piece was a piece of cake.

now yum updates without complaints!

Thanks again
 
  


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
libvorbis 1.0 compiler error eNTi Linux - General 3 01-04-2006 12:01 PM
Error after upgrade from FC3 to FC4 with yum mwpeng Linux - Newbie 1 08-22-2005 06:38 PM
Error at the end of a yum upgrade to FC2 stefaandk Fedora 1 07-26-2005 02:43 AM
libvorbis + error littlemidget Linux - Software 2 08-20-2004 12:09 AM
How to upgrade oggenc/libvorbis? colelinux Linux - Newbie 0 03-15-2004 07:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:49 PM.

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