"Burke, Thomas G." wrote:

> Hey all, maybe someone out there can explain to me what's going on, here...
>
> I'm trying to install the new kernel rpm's, and I'm not being very
> successful.
>
> 1) Downloaded kernel-2.6.16-1.i386.rpm and sthe source rpms
> 2) ran gnorpm...  Said it installed the i386, but wouldn't install the src
> 3) checked the installed packages, and that seemed to be verified.
>
> 4) used gnorpm to remove the source packages
> 5) boat-load of errors about "file doesn't exist" (usually *.o files)
>
> 6) went to command line & checked /usr/src/linux-???  The structure was
> still there, even though rpm said sources weren't installed.
>
> 7) ran rpm -Uh kernel-blah.src.rpm
> 8) showed hash marks, said it was installing, but rpm -q kernel-blah.src.rpm
> says not installed.
>

Burke,

The package name will not be the file name that it was installed from.
Probably will be something like kernel-blah.  Some package(r)s use the version
number and some don't in the package name.  In my experience, the kernel
packages use the version number but not the target platform or processor
targeted (i.e. no i386, i586 or i686) Try

rpm -qa |grep kernel

That should give you a list of all packages installed that have kernel in the
name.

Bret


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to