Why does yum want to install kernel i586 2.6.21-1.3194.fc7 fedora 15 M

William Hooper whooperhsd3 at embarqmail.com
Wed Jul 25 14:23:08 UTC 2007


Antonio Olivares wrote:
[snip]
> There has never been an i586 kernel installed on this machine.
[snip]
> [root at localhost ~]# rpm -qa kernel*

To verify that statement, you need to use a query that will show the arch
of the installed packages.  Try:

rpm -qa --queryformat '%{name}-%{version}-%{release}.%{arch}\n' kernel\*

Or look for any i586 packages

rpm -qa --queryformat '%{name}-%{version}-%{release}.%{arch}\n' | grep i586

-- 
William Hooper




More information about the fedora-list mailing list