Yum: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
<pre> | <pre> | ||
yum | yum list installed | grep <package-name> | ||
</pre> | </pre> |
Revision as of 22:04, 9 January 2016
Internal
Find Packages that Might Contain a Certain Command
yum provides sealert
Find Whether a Package is Installed
yum list installed | grep <package-name>