Re: Curious problem with yum

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Nov 12, 2009 at 08:39, stan <gryt2@xxxxx> 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

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux