Packages
How To Check Available Packages that can be installed in CentOS
Submitted by bishop__ on Thu, 06/14/2012 - 17:01
This command will list available Python packages that can be installed:
# yum list available | grep python
How To List Installed Packages in CentOS Linux
This command will list all packages installed in CentOS:
# yum list installed
To check for a specific package if it is installed in CentOS:
# yum list installed | grep <package name>
Example, this is to check whether apache is installed already:
# yum list installed | grep httpd

Recent comments
42 weeks 2 days ago
47 weeks 1 day ago
1 year 8 weeks ago
1 year 14 weeks ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 16 weeks ago
1 year 20 weeks ago
1 year 21 weeks ago
1 year 21 weeks ago