Yum

From Notes_Wiki
Revision as of 14:00, 25 February 2013 by Saurabh (talk | contribs) (Created page with "<yambe:breadcrumb>Package_management_tools|Package management tools</yambe:breadcrumb> =yum= ==yum provides== Sometimes we know the name of the program/command that is requir...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

yum

yum provides

Sometimes we know the name of the program/command that is required but we do not know which rpm file or package should be installed in order to install the given program/command. In such cases one can use:

yum provides */<binary-name>

to list names of all packages which provide a file with given name. Then based on package description correct package can be installed to obtain the program.