Forum Bugs

UNINSTALLATION PROCEURE

deb_butan
Can you guys please let me know what is the exact uninstallation procedure of prince in centOS.
mikeday
If you have installed Prince from the RPM package, first find the exact installed package name:
rpm -qa | grep prince

Then uninstall it:
rpm -e <package name>

You will need to be logged in as root or use sudo.