LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices

Reply
 
LinkBack Search this Thread
Old 01-24-2007, 12:17 PM   #1
jwheel83
LQ Newbie
 
Registered: Oct 2006
Posts: 10

Rep: Reputation: 0
Fedora Core 6 Yum Update Error


I have recently installed Fedora Core 6 x86_64 on my computer. I have tried to update and it gives me an error everytime. I was wondering if anyone knows what this means and how I can fix it or if I just need to reinstall the operating system? Below is what i see in the terminal after I type yum update and it goes through a large amount of finding stuff, then prints the following:

Transaction Summary
=============================================================================
Install 9 Package(s)
Update 405 Package(s)
Remove 0 Package(s)

Total download size: 658 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test


Transaction Check Error: file /usr/share/man/man1/ftrace.1.gz from install of frysk-0.0.1.2006.12.22.rh1-1.fc6 conflicts with file from package frysk-0.0.1.2006.10.02.rh1-1.fc6
file /usr/share/man/man8/funit-child.8.gz from install of frysk-0.0.1.2006.12.22.rh1-1.fc6 conflicts with file from package frysk-0.0.1.2006.10.02.rh1-1.fc6
file /usr/share/man/man8/funit-exec.8.gz from install of frysk-0.0.1.2006.12.22.rh1-1.fc6 conflicts with file from package frysk-0.0.1.2006.10.02.rh1-1.fc6
file /usr/share/man/man8/funit-threads.8.gz from install of frysk-0.0.1.2006.12.22.rh1-1.fc6 conflicts with file from package frysk-0.0.1.2006.10.02.rh1-1.fc6
file /usr/share/man/man8/funit.8.gz from install of frysk-0.0.1.2006.12.22.rh1-1.fc6 conflicts with file from package frysk-0.0.1.2006.10.02.rh1-1.fc6
 
Old 01-24-2007, 01:46 PM   #2
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: 56
Well you should know that yum is a bit of a problem on multlib(64-bit and 32-bit libs) systems. Instead of attempting to download and install so many updates at one time it would be better to make smaller updates happen.

Code:
Install 9 Package(s)
Update 405 Package(s)
Remove 0 Package(s)
First things first update yum (to fix a few bugs); yum update yum
Next update in portions for example; yum update kernel libselinux udev hal

With your issue try something like;

yum remove frysk-0.0.1.2006.10.02.rh1-1.fc6.i386
yum update frysk

So you can see why;

Code:
=============================================================================
Installing:
 frysk                   x86_64     0.0.1.2006.12.22.rh1-1.fc6  updates           7.3 M
 frysk                   i686       0.0.1.2006.10.02.rh1-1.fc6  core              8.2 M
Installing for dependencies:
 cairo-java              i386       1.0.5-3.fc6      core              190 k
 cairo-java              x86_64     1.0.5-3.fc6      core              196 k
 glib-java               i386       0.2.6-3.fc6      core               56 k
 glib-java               x86_64     0.2.6-3.fc6      core               57 k
 libgconf-java           x86_64     2.12.4-5.fc6     updates            74 k
 libglade-java           x86_64     2.12.5-3.fc6     core              100 k
 libglade-java           i386       2.12.5-3.fc6     core               96 k
 libgnome-java           i386       2.12.4-3.fc6     core              453 k
 libgnome-java           x86_64     2.12.4-3.fc6     core              471 k
 libgtk-java             i386       2.8.7-2.fc6      updates           2.0 M
 libgtk-java             x86_64     2.8.7-2.fc6      updates           2.2 M
 libvte-java             i386       0.12.1-5.fc6     updates            71 k
 libvte-java             x86_64     0.12.1-5.fc6     updates            73 k
 vte                     i386       0.14.1-1.fc6     updates           460 k

Transaction Summary
=============================================================================
Install     16 Package(s)
Update       0 Package(s)
Remove       0 Package(s)

Total download size: 22 M
Is this ok [y/N]:
.

Last edited by Lenard; 01-24-2007 at 01:49 PM.
 
Old 01-24-2007, 08:18 PM   #3
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 59
You can also get pointers in this thread:

http://www.linuxquestions.org/questi...d.php?t=520883

PS: I have same 64 bit Fedora with exact same problem (in the past), Leonard will fix you up.

Last edited by Junior Hacker; 01-24-2007 at 08:20 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't update with yum on Fedora Core 5 tron_thomas Linux - Software 2 05-12-2006 12:16 AM
Dependency error updating with YUM on Fedora Core 4 tron_thomas Linux - Software 7 04-18-2006 02:25 AM
yum update problem fedora core 4 wisdom Linux - Software 6 12-07-2005 04:39 PM
Yum update site for Fedora Core 2 raynet Fedora 4 02-14-2005 01:47 AM
yum update not working, fedora core 1 glider7rgs Fedora 2 07-11-2004 02:41 AM


All times are GMT -5. The time now is 12:43 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration