Here is a command that can help you figure out what rpms are installed and what they are for. To view the installed rpm information run from the command line;
rpm -qa --info |less
or output the rpm information to a file for review;
rpm -qa --info > rpminfo.txt