Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 2 (Q.No. 9)
9.
What command is used to query for a specific package with RPM?
rpm -q
rpm -a
rpm -d
rpm -1
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

AmitR said:   9 years ago
RPM has a powerful query feature that allows you to find out what packages are installed on your system, the files associated with a package, or the package that owns a particular file. Use the -q flag to tell RPM to display the package name, version number, and release number of a package that's already installed, as in this example: rpm -q panda.

Anu said:   10 years ago
Please any one explain what is this?

Post your comments here:

Your comments will be displayed after verification.