[Yum] Re: yum: list/update to multiple versions of a package

Derrick Brashear shadow at gmail.com
Wed Jan 23 21:32:19 UTC 2008


Ok, well, you've definitely pushed me at the root cause here:
sqlite> select name, version, release, arch from packages where
name='kernel-devel';
kernel-devel|2.6.23.8|63.fc8|x86_64
kernel-devel|2.6.23.9|85.fc8|x86_64

I have no idea yet *why* the cache is out of date, but, that's the issue.
I'm not going to erase it until I figure out what's going on, but I at least
know I'm not going to be boned going forward (or reasonably believe it),
which is good. Thank you.

(Building software for 900ish kernels is big fun)


> okay, let's go to the source for each of these and find out what's going
> on.
>
> cd /var/cache/yum/archive
> run this:
> sqlite3 primary.sqlite
>
> then run:
> select name, version, release, arch from packages where \
>             name='kernel-devel';
>
> tell me what it outputs
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.baseurl.org/pipermail/yum/attachments/20080123/e3b57bc2/attachment-0001.htm 


More information about the Yum mailing list