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