LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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
  Search this Thread
Old 09-07-2009, 03:23 AM   #1
umarzuki
Member
 
Registered: Aug 2008
Distribution: Debian
Posts: 61

Rep: Reputation: 15
Cannot upgrade F10 softwares


Repos:
Code:
adobe-linux-i386.repo
fedora-rawhide.repo
fedora.repo
fedora-updates.repo
fedora-updates-testing.repo
rpmfusion-free-rawhide.repo
rpmfusion-free.repo
rpmfusion-free-updates.repo
rpmfusion-free-updates-testing.repo
rpmfusion-nonfree-rawhide.repo
rpmfusion-nonfree.repo
rpmfusion-nonfree-updates.repo
rpmfusion-nonfree-updates-testing.repo
Command:
Code:
yum update
Errors:
Code:
--> Finished Dependency Resolution
dejavu-sans-mono-fonts-2.29-4.fc12.noarch from rawhide has depsolving problems
  --> dejavu-sans-mono-fonts conflicts with dejavu-fonts
dejavu-sans-fonts-2.29-4.fc12.noarch from rawhide has depsolving problems
  --> dejavu-sans-fonts conflicts with dejavu-fonts-experimental
VirtualBox-2.0.6_39765_fedora9-1.i386 from installed has depsolving problems
  --> Missing Dependency: libpython2.5.so.1.0 is needed by package VirtualBox-2.0.6_39765_fedora9-1.i386 (installed)
dejavu-sans-mono-fonts-2.29-4.fc12.noarch from rawhide has depsolving problems
  --> dejavu-sans-mono-fonts conflicts with dejavu-fonts-experimental
dejavu-serif-fonts-2.29-4.fc12.noarch from rawhide has depsolving problems
  --> dejavu-serif-fonts conflicts with dejavu-fonts
dejavu-sans-fonts-2.29-4.fc12.noarch from rawhide has depsolving problems
  --> dejavu-sans-fonts conflicts with dejavu-fonts
dejavu-serif-fonts-2.29-4.fc12.noarch from rawhide has depsolving problems
  --> dejavu-serif-fonts conflicts with dejavu-fonts-experimental
Error: dejavu-serif-fonts conflicts with dejavu-fonts
Error: dejavu-sans-mono-fonts conflicts with dejavu-fonts-experimental
Error: dejavu-sans-fonts conflicts with dejavu-fonts
Error: Missing Dependency: libpython2.5.so.1.0 is needed by package VirtualBox-2.0.6_39765_fedora9-1.i386 (installed)
Error: dejavu-sans-fonts conflicts with dejavu-fonts-experimental
Error: dejavu-sans-mono-fonts conflicts with dejavu-fonts
Error: dejavu-serif-fonts conflicts with dejavu-fonts-experimental
What has gone wrong? How do I solve this?
 
Old 09-07-2009, 09:07 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
You have the rawhide (pre-release) repositories enabled. You are trying to upgrade fedora 10. Naturally, there are conflicts between these two systems.

Disable

fedora-rawhide.repo
rpmfusion-free-rawhide.repo
rpmfusion-nonfree-rawhide.repo

... and your fedora 10 upgrade should work.

Last edited by Simon Bridge; 09-07-2009 at 11:20 AM.
 
Old 09-07-2009, 09:12 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Everything will probably be OK, when you disable
all "rawhide" , which is for Fedora 12 only.

Menu, System > Administration >> Software Sources,
.. and untick all Rawhide.

Or edit the file /etc/yum.repos.d/fedora-rawhide.repo :
Change all lines with 'enabled=1' to 'enabled=0'

And the same for 'rpmfusion-free-rawhide.repo' etc.
etc., if you have these.
.....
EDIT : Sorry Simon Bridge, writing, while you were posting...
.....

Last edited by knudfl; 09-07-2009 at 09:13 AM.
 
Old 09-08-2009, 05:35 PM   #4
athmane
LQ Newbie
 
Registered: Feb 2009
Posts: 3

Rep: Reputation: 1
If the problem persist after disabling rawhide repos, use this:
Code:
yum --skip-broken update
 
Old 09-08-2009, 05:58 PM   #5
umarzuki
Member
 
Registered: Aug 2008
Distribution: Debian
Posts: 61

Original Poster
Rep: Reputation: 15
thanks for all the tips, disabling rawhide repos works.
 
Old 09-08-2009, 06:03 PM   #6
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
You might want to run:

Quote:
rpm -qa |grep "fc12"
and get an idea of how many FC12 rpms you have installed. If you have a lot of them installed you may be better off doing a fresh install (probably of F11). Since some of the rpms are two versions newer than your OS, you can get some pretty unpredictable behavior.
 
Old 09-10-2009, 01:57 AM   #7
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
I'd also disable '....testing..' repos, that's practically alpha code (given that Fedora itself is basically beta code).
 
  


Reply

Tags
fedora, update



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
F10 to F11 upgrade - does it actually work? itsallcrap Fedora 4 06-12-2009 03:30 AM
Help: F10 Upgrade from Network DVD drive? LouArnold Fedora 2 05-10-2009 01:43 AM
F10 Upgrade GUI not working fuoms Linux - Software 1 04-20-2009 07:31 AM
Upgrade F9 to F10 peeths003 Fedora 2 12-16-2008 12:51 AM
can i use FC6 DVD to upgrade softwares in FC3 I am currently using? vineet7kumar Linux - Newbie 1 06-30-2007 01:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:42 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