check if yum repo contains desird packages ------------------------------------------- yum list all | grep -i postgres [root@simba ~]# yum list all | grep -i postgres postgresql.x86_64 8.4.13-1.el6_3 @anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4 postgresql-contrib.x86_64 8.4.13-1.el6_3 @localyumserver postgresql-devel.x86_64 8.4.13-1.el6_3 @anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4 postgresql-docs.x86_64 ...