0

PackageKit is blocking zypper.

While installing a package via zypper I am getting this following error ? How can I overcome this??

Error message

zypper in memcached

PackageKit is blocking zypper. This happens if you have an updater applet or other software
management application using PackageKit running.
We can ask PackageKit to interrupt the current action as soon as possible, but it depends on
PackageKit how fast it will respond to this request.
Ask PackageKit to quit? [yes/no] (no): yes

PackageKit is still running (probably busy).
Try again? [yes/no] (no): no

System management is locked by the application with pid 12464 (/usr/lib/packagekitd).
Close this application before trying again.
Zypper Add a comment
philippe
asked Sep 11 2018

Answer

0

Packagekit is utilizing its PID you need to find its PID and then kill it by "kill -9 PID".

In order to find the PID use "ps -A"

Add a comment
gokulravichandran2
asked Sep 13 2018
edited Oct 30 2018
Post your Answer