1. Change to user openemm
su – openemm
2. Stop OpenEMM:
OpenEMM.sh stop
3. Exit openemm user and change back to root
exit
4. Uninstall OpenEMM package
rpm -e OpenEMM
Every step from 1 to 3 works except step 4. I'm always getting the error:
# rpm -e OpenEMM
error: package OpenEMM is not installed
But OpenEMM is installed and it runs if i start it with "OpenEMM.sh start".
System: CentOS 5.4
What's wrong with Uninstall?
