[RHEL] How to Check if a Software Package is in the Yum Repository?

How to check if a software package is in your RHEL enterprise Yum repository?

The two examples below are looking for anything Microsoft or SQL:

rpm -qa | grep -i Microsoft
rpm -qa | grep -i sql

Check for RPMs in your Enterprise


Comments