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

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.