Which command would you give to upgrade the kernel from an rpm file, and how is this different from upgrading other packages?

What will be an ideal response?

Give the following command to upgrade the kernel:

# rpm -ivh kernelrpm

where kernelrpm is the name of the rpm file for the new kernel. Do not use
the –U (upgrade) option when upgrading kernels; it overwrites the existing
kernel, leaving the system unbootable if the new kernel does not work.

Computer Science & Information Technology

You might also like to view...

________ an image blurs the edges so the boundaries are less prominent

Fill in the blank(s) with correct word

Computer Science & Information Technology

Select all that apply. Any method that calls a method with a throws clause in its header must __________.

a. handle the potential exception b. have the same throws clause c. do nothing since the called program will take care of the throws clause d. contain only string variables

Computer Science & Information Technology