The configuation page seams to be missing how to CentOS and RHEL...
When you have added extra repositories these commands are useful:
Code:
rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH} %{VENDOR}\n"
rpm -qa --queryformat "%-35{NAME} %-35{DISTRIBUTION} %{VERSION}-%{RELEASE}\n" | sort -k 1,2 -t " " -i
One thing I really miss though, is a way to remove all files from an installed RPM. When using "rpm -e" or "rpm -e pkg_name --noscripts" it still doesn't delete the config files from the RPM...