Rpm: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Overview= =List of Packages and Versions Installed= <pre> rpm -qa </pre>")
 
Line 10: Line 10:
rpm -qa
rpm -qa
</pre>
</pre>
=Query a Specific Package=
<pre>
rpm -q <package-name-without-version>
</pre>
This will display the specific package installed on the system.
More details can be obtained as follows:
==Query for Package Information==
<pre>
rpm -q -i <full-package-name-including-version>
</pre>
Example:
<pre>
rpm -q -i dell-system-update-1.4.0-17.02.00.x86_64
</pre>
==Query for Files Installed by the Package==

Revision as of 00:07, 25 June 2017

Internal

Overview

List of Packages and Versions Installed

rpm -qa

Query a Specific Package

rpm -q <package-name-without-version>

This will display the specific package installed on the system.

More details can be obtained as follows:

Query for Package Information

rpm -q -i <full-package-name-including-version>

Example:

rpm -q -i dell-system-update-1.4.0-17.02.00.x86_64

Query for Files Installed by the Package