Tuesday, January 24, 2012

How to find installed yum packges on centos?

Hi All,

How to find installed yum packges on centos? Its very simple. Just give the following command on you teriminal.

$ yum list installed | grep <package_name> | cut -d' ' -f1

Thanks,
Ramanavel Selvaraj

No comments:

Post a Comment