Can you guys please let me know what is the exact uninstallation procedure of prince in centOS.
Forum › Bugs
UNINSTALLATION PROCEURE
If you have installed Prince from the RPM package, first find the exact installed package name:
Then uninstall it:
You will need to be logged in as root or use sudo.
rpm -qa | grep prince
Then uninstall it:
rpm -e <package name>
You will need to be logged in as root or use sudo.