LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   YUM dependencies messed up (https://www.linuxquestions.org/questions/fedora-35/yum-dependencies-messed-up-404326/)

chrisjswanson 01-17-2006 01:01 AM

YUM dependencies messed up
 
Hi all

I just installed Fedora Core 3, and was going about bringing things up to date by executing "yum update".

It had finished downloading packages and started installing, when I was forced to abort the procedure (I think it had only finished about 200 out of 400 packages). So I ctrl-c it to stop.

Problem is now when I try to resume the update I am getting the following:

-------------------------------------------------------
--> Running transaction check
--> Processing Dependency: pygtk2= 2.4.0 for package: pygtk2-devel
--> Processing Dependency: libgcj= 3.4.2 for package: libgcj-devel
--> Processing Dependency: openssh= 3.9p1-7 for package: openssh-clients
--> Processing Dependency: openssh= 3.9p1-7 for package: openssh-server
--> Finished Dependency Resolution
Error: Missing Dependency: pygtk2 is needed by package pygtk2-devel
Error: Missing Dependency: libgcj is needed by package libgcj-devel
Error: Missing Dependency: openssh is needed by package openssh-clients
Error: Missing Dependency: openssh is needed by package openssh-server
------------------------------------------------------

I tried "yum clean all", "yum -t update", and I tried installing the packages that it is complaining about individually, with no luck.

Do anyone know how I can fix this and get my packages right again?

Thanks

Chris

The MJ 01-17-2006 07:03 PM

Are you mixing incompatible repos?
Try installing those 4 dependancies seperately.

spooon 01-17-2006 09:20 PM

You can try "rpm --rebuilddb"; also you can try removing the packages that are depending on the wrong versions (i.e. remove pygtk2-devel, libgcj-devel, openssh-clients, & openssh-server) and reinstall them later if necessary.


All times are GMT -5. The time now is 02:19 PM.