find installed package
yum list installed | grep package
rpm -qa | grep package
rpm -qa | grep package
remove installed package
yum remove package
rpm -e package
rpm -e package
find package from repository
yum search package
yum list | grep package
yum list | grep package