View Single Post
Posts: 344 | Thanked: 1,345 times | Joined on Aug 2012 @ Paris, FR
#190
Originally Posted by fravaccaro View Post
Hello everybody,

I'm trying to uninstall the former pandora-eventview-controls, which came as stand-alone patch on OpenRepos. Through zypper I saw i have two builds, 0.1.1 and 0.2.1 but I'm not able to remove neither of them.

I tried to remove them both with patchmanager installed and uninstalled, both of them were unsuccessful.
Code:
Error: Subprocess failed. Error: RPM failed: /var/tmp/rpm-tmp.1tDGlD: line 1: /sbin/patchmanager: No such file or directory
error: %preun(pandora-eventview-controls-0.1-1.armv7hl) scriptlet failed, exit status 127
error: pandora-eventview-controls-0.1-1.armv7hl: erase failed

Error: Subprocess failed. Error: RPM failed: error: %preun(pandora-eventview-controls-0.2-1.armv7hl) scriptlet failed, exit status 2
error: pandora-eventview-controls-0.2-1.armv7hl: erase failed
How can I overcome this?
Woow, that's not nice. For patchmanager issue, the best is to create an empty file in /sbin/patchmanager (like touch /sbin/patchmanager).

For the eventsview-control, grab the newer version from openrepos that should be uninstallable. If this doesn't work, you should use:

Code:
rpm -e --noscripts pandora-eventview-controls
that should remove the package without invoking the script.
__________________
Developer of Friends Facebook client, patchmanager, Phonebot
Blogger at Jollafr and random thoughts on my personnal blog
Support my work
 

The Following User Says Thank You to Sfiet_Konstantin For This Useful Post: