LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Cannot upgrade F10 softwares (https://www.linuxquestions.org/questions/fedora-35/cannot-upgrade-f10-softwares-753242/)

umarzuki 09-07-2009 03:23 AM

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?

Simon Bridge 09-07-2009 09:07 AM

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.

knudfl 09-07-2009 09:12 AM

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...
.....

athmane 09-08-2009 05:35 PM

If the problem persist after disabling rawhide repos, use this:
Code:

yum --skip-broken update

umarzuki 09-08-2009 05:58 PM

thanks for all the tips, disabling rawhide repos works.

lazlow 09-08-2009 06:03 PM

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.

chrism01 09-10-2009 01:57 AM

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


All times are GMT -5. The time now is 09:13 PM.