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...

A binary tree traversal method that visits the root first and then recursively traverses the left and right subtrees is called

A) top down traversal B) priority order traversal C) preorder traversal D) postorder traversal

Computer Science & Information Technology

The program within Windows 10 that displays the contents of locations, folders, and files on your computer, and which also enables you to perform tasks related to your files and folders such as copying, moving, and renaming is:

a. Snipping Tool b. File Explorer c. Internet Explorer

Computer Science & Information Technology

Deleting a file from the desktop places it in the:

A) Clipboard. B) Trash Can. C) Recycle Bin. D) Taskbar.

Computer Science & Information Technology

This protocol is used to transfer signals over the backbone of the Internet over fiber.

a. T1 b. E1 c. OC d. SONET

Computer Science & Information Technology