Jack- This isn't a yum bug. It's a result of kernel-doc changing from being an i386 rpm to a noarch one (more of a distribution bug). By default yum.conf sets exactarch=1, which will prefer your machine's natural architecture (i386 and related ones) over other architectures (noarch). You could probably do the following: rpm -e kernel-doc change exactarch to 0 yum install kernel-doc and then switch back, or you could just download the new kernel-doc rpm and install it yourself. From here on out the updates will pick up the new architecture. HTH, Sean On Tue, 2004-08-03 at 23:07, Jack Miller wrote: > Please observe the following sequence, Thanks ! > > > [root@localhost root]# yum install kernel-doc > Gathering header information file(s) from server(s) > Server: Fedora Core 2 - i386 - Base > Server: Fedora Core 2 - i386 - Released Updates > Finding updated packages > Downloading needed headers > Resolving dependencies > Dependencies resolved > I will do the following: > [install: kernel-doc 2.6.5-1.358.i386] > Is this ok [y/N]: y > Downloading Packages > Running test transaction: > Test transaction complete, Success! > kernel-doc 100 % done 1/1 > Installed: kernel-doc 2.6.5-1.358.i386 > Transaction(s) Complete > [root@localhost root]# yum list kernel-doc > Gathering header information file(s) from server(s) > Server: Fedora Core 2 - i386 - Base > Server: Fedora Core 2 - i386 - Released Updates > Finding updated packages > Downloading needed headers > Looking in Available Packages: > Name Arch Version > Repo > -------------------------------------------------------------------------------- > kernel-doc noarch 2.6.7-1.494.2.2 > updates-released > > Looking in Installed Packages: > Name Arch Version > Repo > -------------------------------------------------------------------------------- > kernel-doc i386 2.6.5-1.358 > db > > [root@localhost root]# yum update kernel-doc > Gathering header information file(s) from server(s) > Server: Fedora Core 2 - i386 - Base > Server: Fedora Core 2 - i386 - Released Updates > Finding updated packages > Downloading needed headers > No Packages Available for Update > No actions to take > [root@localhost root]# -- Sean O'Connell Office of Engineering Computing oconnell@xxxxxxxxxxxx Jacobs School of Engineering, UCSD 858-534-9716