"Burke, Thomas G." wrote:
> Ran "rpm -Fvh Kernel*"
-F only installs a package that is already installed. so...
> [root@tomii linux errata]# rpm -Fvh kernel-headers-2.2.16-3.i386.rpm
> no packages require freshening
kernel-headers was not installed, so -F won't install it. Use -U.
> [root@tomii linux errata]# rpm -q kernel-headers-2.2.16-3.i386.rpm
> package kernel-headers-2.2.16-3.i386.rpm is not installed
don't run a -q with a package name. "kernel-headers-2.2.16-3" or
"kernel-headers" will work just fine, but
"kernel-headers-2.2.16-3.i386.rpm" is not the name of an installed rpm
package.
> [root@tomii linux errata]# rpm -i kernel-headers-2.2.16-3.i386.rpm
No errors reported, it probably installed.
> WHat the heck is going on!?
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.