Hi, i tried to uninstall call recorder, but sailfish and storeman wouldn’t let me. Anyone got a tip how i can force the uninstall.
Thank you!
Hi, i tried to uninstall call recorder, but sailfish and storeman wouldn’t let me. Anyone got a tip how i can force the uninstall.
Thank you!
Look at the error message. Search the internet for man rpm
. Then you will find that a executing (as root)
rpm -e --nopreun harbour-callrecorder
will likely uninstall it. But be mind the pitfalls of using the rpm
command.
Thank you the answer help me uninstall it.
Have a nice night!
I think that calls for a bug report; the %preun
should not fail at stopping the service if the service doesn’t exist anymore. The dumb fix would be simply adding || true
at the end, but first checking if the service exists would be the proper thing to do.