Describe the use of the rpm command to verify RPM packages for installing software.

What will be an ideal response?


If you are using RPM packages for installing software, these can be verified using the rpm command.
If a package is provided from SUSE/Novell, the public keys are already included in the RPM database.
More information about the key is available using the rpm -qi command.
If you want to add more keys, you can do so with the following command:
rpm --import keyfile
where keyfile is the file containing the public key.

Computer Science & Information Technology

You might also like to view...

The following are true about the expression left && right.

a) The expression is false when left is false and right is false b) The expression is true when left is true and right is false c) The expression is false when left is false and right is true d) The expression is true when left is true and right is true

Computer Science & Information Technology

If you know the ____________ value for a particular image, you can retrieve that image from the Image List control and display it in a Picture Box.

a. reference b. index c. Boolean d. image

Computer Science & Information Technology

What programming language transformed the software industry because beginning students could learn it easily?

A) FORTRAN B) APL C) RPG D) BASIC

Computer Science & Information Technology

In older CRT monitors, the amount of time it took to draw the entire screen and get the electron guns back to the upper-left corner was called the _______________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology