Rpm

From Notes_Wiki
Revision as of 13:58, 25 February 2013 by Saurabh (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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