Friday, July 3, 2015

Show installed packages by yum

If you want to know whether `python-devel` package is installed,

you can use the following command:

$ yum list installed | grep python-devel
python-devel.x86_64                2.6.6-52.el6                      @update
$

Reference:
http://www.electrictoolbox.com/yum-list-installed-packages/

No comments:

Post a Comment