Re: Dependency resolution failed
- From: stan <goedigi89__e@xxxxxxx>
- Date: Sun, 29 Jun 2008 18:31:35 -0700
Luis Orlindo Tedeschi wrote:
Folks; I've been trying to update Fedora 9 since last week and I keepIt is trivial to do the following. (as root)
getting Dependency Resolution Failed. It says Missing Dependency:
tcl-devel = 1:8.5.1 is needed by package 1:tk-devel: 8.5.1-4.fc9.i386.
Does anyone have a solution for this? Thanks in advance.
yum list updates > updates
Edit updates to leave only the packages. Put #! /bin/bash at the top. Replace the version of the package with *, and add yum -y update in front of each package. In vim, recording a macro to do this takes less than a minute.
Save the file.
Change the mode on updates to executable chmod +x updates
./updates
This is a little inefficient as it runs yum on individual packages that have been pulled in for dependencies already, but it will update everything except the invalid package.
When I was using rawhide I automated this with scripts and python programs (well, more sophisticated than this). There are almost always dependency errors in rawhide, so you would never get any updates if you didn't do something like this.
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: Dependency resolution failed
- From: Bruno Wolff III
- Re: Dependency resolution failed
- References:
- Network disconnected
- From: elk dolk
- Dependency resolution failed
- From: Luis Orlindo Tedeschi
- Network disconnected
- Prev by Date: Re: USB keyboard stopped working
- Next by Date: Re: remote desktop
- Previous by thread: Re: Dependency resolution failed
- Next by thread: Re: Dependency resolution failed
- Index(es):
Relevant Pages
|