Difference between revisions of "Rpm"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Package_management_tools|Package management tools</yambe:breadcrumb> =rpm= ==Finding which package installed given file== Many times we require to know the...")
 
m
Line 9: Line 9:
</pre>
</pre>
to list the name of the rpm package.
to list the name of the rpm package.
Detailed information on RPM and yum is available at https://www.ibm.com/developerworks/linux/library/l-lpic1-v3-102-5/?ca=drs-

Revision as of 13:52, 25 March 2013

<yambe:breadcrumb>Package_management_tools|Package management tools</yambe:breadcrumb>

rpm

Finding which package installed given file

Many times we require to know the name of the page which installed a given file. In such cases one can use:

rpm -qf <full-path-of-file>

to list the name of the rpm package.


Detailed information on RPM and yum is available at https://www.ibm.com/developerworks/linux/library/l-lpic1-v3-102-5/?ca=drs-