rpm -Uvh /tmp/updates/*.rpm
rpm -ivh /tmp/updates/<kernel-package>
<kernel-package>
in the previous example with the name of the kernel RPM.
rpm -e <old-kernel-package>
<old-kernel-package>
in the previous example with the name of the older kernel RPM.