[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Curious problem with yum
- From: Brian Mury <brianmury alumni uvic ca>
- To: "Community assistance, encouragement, and advice for using Fedora." <fedora-list redhat com>
- Subject: Re: Curious problem with yum
- Date: Thu, 12 Nov 2009 11:10:37 -0800
On Thu, Nov 12, 2009 at 08:39, stan <gryt2 q com> wrote:
> The workaround for this sort of thing is to do something like the
> following:
>
> yum list updates > updates
> vim updates (or your favorite text editor)
> insert a #! /bin/bash at the top
> record a macro that converts each line to yum -y update package-name
> (the lines sometimes wrap because names are so long)
> chmod +x updates
> ./updates
>
> This takes longer to run because dependency checking is done on every
> package. But it does the job.
>
> Alternatively, you could just change it into one large update with the
> offending packages removed, and backslash continuation on each line.
> Much faster runtime.
That's the hard way! Just do this:
yum install yum-skip-broken
yum update --skip-broken
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]