When installing data loss prevention detection server RPMs we see an rpm error that the rpm conflicts with itself.
rpm -ivh symantec-dlp-15-8-00000-content-extraction-service-15.8.00000-19012.x86_64.rpm
file /opt/Symantec conflicts between attempted installs of \
symantec-dlp-15-8-00000-content-extraction-service-15.8.00000-19012.x86_64 and symantec-dlp-15-8-00000-content-extraction-service-15.8.00000-19012.x86_64.rpm
RHEL 7.x
This kind of error message can appear if you try to install a package whose previous installation got aborted without completing.
We edited the install.sh script and added --force to the rpm -ivh line.