LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   what is the rpm parameter for kernel install (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-the-rpm-parameter-for-kernel-install-149905/)

baronlynx 02-24-2004 06:57 AM

what is the rpm parameter for kernel install
 
once upgrading the kernel by the rpm package i have automatically erased the older versions... (passing parameter -Uvh)
now i would like to save the older kernel versions just in case ...
what arguments shall i pass to the rpm to do that ?
the man pages are not evident to me... is it -ivh --oldpackage ???

thanks in advance

--baronlynx--

Ice9 02-24-2004 07:58 AM

Use rpm -ivh whenever you install a new kernel so it installs in parallel of the old one(s).
When you reboot you can try out the new kernel and if it works ok you can remove the bootloader entries for the old ones or remove the rpm packages with rpm -e.

Just do
$ rpm -qa kernel*
to see which kernels are installed and then uninstall the ones you don't use anymore.

baronlynx 02-24-2004 09:34 AM

thanks ;)


All times are GMT -5. The time now is 08:06 AM.